{"id":25895541,"url":"https://github.com/diamondlightsource/tickit-devices","last_synced_at":"2026-03-04T12:01:31.485Z","repository":{"id":41393293,"uuid":"509400626","full_name":"DiamondLightSource/tickit-devices","owner":"DiamondLightSource","description":"A collection of devices simulated using the tickit framework","archived":false,"fork":false,"pushed_at":"2026-02-06T19:03:37.000Z","size":40011,"stargazers_count":2,"open_issues_count":44,"forks_count":0,"subscribers_count":23,"default_branch":"main","last_synced_at":"2026-02-06T21:31:50.299Z","etag":null,"topics":["from-dls-controls"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiamondLightSource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-01T09:43:16.000Z","updated_at":"2026-02-06T13:58:23.000Z","dependencies_parsed_at":"2023-01-30T04:31:12.463Z","dependency_job_id":"a9841c5a-a389-409d-b8d9-5ff10c1be4e7","html_url":"https://github.com/DiamondLightSource/tickit-devices","commit_stats":null,"previous_names":["diamondlightsource/tickit-devices","dls-controls/tickit-devices"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/DiamondLightSource/tickit-devices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Ftickit-devices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Ftickit-devices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Ftickit-devices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Ftickit-devices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiamondLightSource","download_url":"https://codeload.github.com/DiamondLightSource/tickit-devices/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Ftickit-devices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30079565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T11:57:42.557Z","status":"ssl_error","status_checked_at":"2026-03-04T11:56:10.793Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["from-dls-controls"],"created_at":"2025-03-02T22:31:52.845Z","updated_at":"2026-03-04T12:01:31.473Z","avatar_url":"https://github.com/DiamondLightSource.png","language":"Python","readme":"[![CI](https://github.com/DiamondLightSource/tickit-devices/actions/workflows/ci.yml/badge.svg)](https://github.com/DiamondLightSource/tickit-devices/actions/workflows/ci.yml)\n[![Coverage](https://codecov.io/gh/DiamondLightSource/tickit-devices/branch/main/graph/badge.svg)](https://codecov.io/gh/DiamondLightSource/tickit-devices)\n[![PyPI](https://img.shields.io/pypi/v/tickit-devices.svg)](https://pypi.org/project/tickit-devices)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n\n# tickit-devices\n\nA collection of devices simulated using the `tickit \u003chttps://github.com/dls-controls/tickit\u003e`_ framework.\n\nSource          | \u003chttps://github.com/DiamondLightSource/tickit-devices\u003e\n:---:           | :---:\nPyPI            | `pip install tickit-devices`\nDocker          | `docker run ghcr.io/diamondlightsource/tickit-devices:latest`\nDocumentation   | \u003chttps://diamondlightsource.github.io/tickit-devices\u003e\nReleases        | \u003chttps://github.com/DiamondLightSource/tickit-devices/releases\u003e\n\nSafety Note\n------------------------------------\nThese devices mimic real synchrotron devices and there is the potential for conflict with the real PVs if this is run on the same port as EPICS (5064).\nIf using this simulation to test software, set your ``EPICS_CA_SERVER_PORT`` environment variable to something nonstandard, e.g. 5065 or greater, so that your\ntests are not confused between these and the real PVs. The `S03 \u003chttps://gitlab.diamond.ac.uk/controls/python3/s03_utils\u003e`_ startup scripts manage the setting of\nthese ports automatically, so if you are using this as part of S03 you won't need to change anything. Do not run this simulation on a beamline controls machine!\n\n\nAdding devices to the S03 simulation\n------------------------------------\nTo add a device to s03, the config file required to run the tickit simulation should be present in ``s03_configs``.\nOnly changes pushed to main will be built into the ``tickit-devices`` image that s03 pulls from. Once the\nimage has been built with the new device and config, follow the instructions `here \u003chttps://gitlab.diamond.ac.uk/controls/python3/s03_utils\u003e`_\nto include it in S03.\n\n\u003c!-- README only content. Anything below this line won't be included in index.md --\u003e\n\nSee https://diamondlightsource.github.io/tickit-devices for more detailed documentation.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiamondlightsource%2Ftickit-devices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiamondlightsource%2Ftickit-devices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiamondlightsource%2Ftickit-devices/lists"}