Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 136 Bytes

README.org

File metadata and controls

5 lines (5 loc) · 136 Bytes

Test client

pid1 = SimpleClient.start_client() send(pid1, {:update, {1023, 100}}) send(pid1, {:update, {5023, 40}}) send(pid1, :stop)