An open API service indexing awesome lists of open source software.

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

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).