athoune / Debugd

Debug erlang with telnet
1 stars 0 forks source link

Debugd

For now, it's a broadcast tool for simple TCP clients

Test

application:start(debugd).

Connect with the client

./client.py localhost 4807

Back to erlang

debugd:message([{msg, 'Hello every telnet'}]).

Changelog

0.2 macro, hidden serialization, basic api

0.1 tcp server, broadcast, protocol, client