Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seigel/cyrano
A clean room javascript implementation of the cyrano 2.0 protocol for fencing machines
https://github.com/seigel/cyrano
fencing protocol
Last synced: 7 days ago
JSON representation
A clean room javascript implementation of the cyrano 2.0 protocol for fencing machines
- Host: GitHub
- URL: https://github.com/seigel/cyrano
- Owner: seigel
- License: mit
- Created: 2022-04-12T20:57:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T15:30:19.000Z (about 1 year ago)
- Last Synced: 2024-04-18T07:30:19.437Z (7 months ago)
- Topics: fencing, protocol
- Language: JavaScript
- Homepage:
- Size: 138 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cyrano
** NOT FUNCTIONAL AT ALL YET. >WIP< **
Freeing the information contained in networked fencing scoring machines by providing an ecosystem of services that
allows everyone to set up events with more automation.```mermaid
graph TD
A(Scoring Machine) ---> B(Fencing Managing Server)
B ---> A
A --> C(Scoring Repeaters)
A --> D(Event Display Monitors)
B --> D
```
November 13, 2022: Update
- Moving some updates to a quick blog > [prose blog](https://cyrano.prose.sh)