https://github.com/ms140569/squeezeling
Some prototype code to implement the squeezebox server in Erlang. WIP
https://github.com/ms140569/squeezeling
erlang erlang-otp
Last synced: 10 months ago
JSON representation
Some prototype code to implement the squeezebox server in Erlang. WIP
- Host: GitHub
- URL: https://github.com/ms140569/squeezeling
- Owner: ms140569
- Created: 2016-06-08T21:02:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T19:48:05.000Z (over 9 years ago)
- Last Synced: 2025-03-11T06:52:34.530Z (over 1 year ago)
- Topics: erlang, erlang-otp
- Language: Erlang
- Homepage:
- Size: 41.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
% debug library module
debugger:start().
ii(hexdump).
ib(hexdump, 42).
il().
hexdump:dump(<<12,34,56>>).
% debug socket receiver
debugger:start().
ii(squeezeling).
ib(squeezeling, 55).
squeezeling:start().
ib(squeezeling, 20).