https://github.com/nahkd123/stream-over-midi
Stream binary data over MIDI protocol
https://github.com/nahkd123/stream-over-midi
binary midi poc proof-of-concept streaming-data usb web webmidi
Last synced: over 1 year 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T04:56:35.000Z (about 2 years ago)
- Last Synced: 2025-01-21T14:11:44.084Z (over 1 year ago)
- Topics: binary, midi, poc, proof-of-concept, streaming-data, usb, web, webmidi
- Language: TypeScript
- Homepage: https://nahkd123.github.io/stream-over-midi/
- Size: 329 KB
- 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.