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: 16 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: 2024-06-18T23:42:44.000Z (7 months ago)
- Last Synced: 2024-12-09T16:57:10.403Z (25 days ago)
- Topics: fencing, protocol
- Language: JavaScript
- Homepage:
- Size: 348 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
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)