Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nahkd123/stream-over-midi
Stream binary data over MIDI protocol
https://github.com/nahkd123/stream-over-midi
midi poc proof-of-concept webmidi
Last synced: about 1 month ago
JSON representation
Stream binary data over MIDI protocol
- Host: GitHub
- URL: https://github.com/nahkd123/stream-over-midi
- Owner: nahkd123
- License: mit
- Created: 2024-06-08T04:47:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T04:56:35.000Z (7 months ago)
- Last Synced: 2024-06-08T05:43:04.146Z (7 months ago)
- Topics: midi, poc, proof-of-concept, webmidi
- Language: TypeScript
- Homepage: https://nahkd123.github.io/stream-over-midi/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proof of concept: Stream binary data over MIDI
_This is so stupid..._
## Why?
To stream binary data like live camera feed to computer over USB, which I have to use MIDI protocol because the other approach requires USB debugging, which most average people finds it... confusing or scary because "ohhh developer options, I'm not gonna enable that".## Try it out
### Try it now
idk I think it should be https://nahkd123.github.io/stream-over-midi or something.### Host it yourself
- Clone this repo.
- Run `npm install`.
- Run `node build.mjs`.
- Open `http://127.0.0.1:8080` in browser.## License
MIT.