Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtsi-hgi/bissell
Dummy iRobot server for client testing
https://github.com/wtsi-hgi/bissell
irobot
Last synced: 24 days ago
JSON representation
Dummy iRobot server for client testing
- Host: GitHub
- URL: https://github.com/wtsi-hgi/bissell
- Owner: wtsi-hgi
- License: gpl-3.0
- Created: 2017-09-05T10:36:24.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2017-09-21T12:39:38.000Z (over 7 years ago)
- Last Synced: 2024-06-21T15:20:20.360Z (6 months ago)
- Topics: irobot
- Language: Go
- Size: 6.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bissell
=======The poor person's iRobot.
Intended for testing iRobot clients before the server is ready.
Current status is that all iRobot endpoints are supported, but many return Not Implemented status.
Requests for data objects that end in `.cram` or `.crai` are fulfilled using test data.
A dockerfile is included (which includes the ~6MB test CRAM and its index). To run:
```
docker run -p 5000:5000 -it mercury/bissell
```