Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samccone/noise
:speaker: Recreating the dialup modem in JS
https://github.com/samccone/noise
Last synced: 5 days ago
JSON representation
:speaker: Recreating the dialup modem in JS
- Host: GitHub
- URL: https://github.com/samccone/noise
- Owner: samccone
- Created: 2015-03-25T00:54:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T15:22:23.000Z (over 9 years ago)
- Last Synced: 2024-10-31T13:46:01.377Z (12 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 152
- Watchers: 9
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Noise
#### Experiments with dial up modems in javascript.
View the talk here
[https://www.youtube.com/watch?v=UKa20yPzGbU](https://www.youtube.com/watch?v=UKa20yPzGbU)View the Deck here
[http://slides.com/samccone/jsconf-us](http://slides.com/samccone/jsconf-us)-----------
![](https://s3.amazonaws.com/media-p.slid.es/uploads/305782/images/1300227/modem.png)
##### Demos
* [Encoding Data to Binary](http://samccone.github.io/noise/component-demos/string-to-binary.html)
* [Encoding Data to Audio](http://samccone.github.io/noise/component-demos/string-to-binary-to-wave.html)
* [Graphing Frequency Intensity](http://samccone.github.io/noise/basic-demo/graph.html)
* [A Working Modem Implementation](http://samccone.github.io/noise/basic-demo/everything.html)
* [Dealing with Signal Noise](http://samccone.github.io/noise/basic-demo/noise.html)
* [Multiplexed Transmissions](http://samccone.github.io/noise/basic-demo/plexed.html)