This commit is contained in:
Stefano Brilli 2020-03-20 21:33:28 +01:00
parent 29d31e8a36
commit e7bd3bf8c5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ A few weeks ago I've found my old [MZ-N710](https://www.minidisc.org/part_Sony_M
Determined to make it work on my modern Mac, after some googling, I found out about the [linux-minidisc](https://github.com/glaubitz/linux-minidisc) project. They've done an amazing job in reversing the NetMD protocol.
After a quick inspection to the source code I realized the project could be easily ported to javascript (either node and the browser) using the WebUSB api, so I created [netmd-js](https://github.com/cybercase/netmd-js). Then, on top of that I've build **Web MiniDisc** to manage the music on my device without the need of downloading and installing any dedicated software.
After a quick inspection to the source code I realized the project could be easily ported to javascript (either node and the browser) using the WebUSB api, so I created [netmd-js](https://github.com/cybercase/netmd-js). Then, on top of that I've built **Web MiniDisc** to manage the music on my device without the need of downloading and installing any dedicated software.
That's it. It was a LOT of fun :).