-
Notifications
You must be signed in to change notification settings - Fork 5
/
TODO
36 lines (36 loc) · 1.16 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
* DONE set up websocket stuff
:LOGBOOK:
- State "DONE" from "TODO" [2017-10-24 Tue 11:39]
:END:
* DONE send wormhole ping & receive pong
:LOGBOOK:
- State "DONE" from "TODO" [2017-10-24 Tue 11:39]
:END:
* DONE handle "welcome" message from server
:LOGBOOK:
- State "DONE" from "TODO" [2017-11-09 Thu 13:50]
:END:
* TODO Set up logging (monad-logger)
* DONE move code to library
:LOGBOOK:
- State "DONE" from "TODO" [2017-10-24 Tue 12:58]
:END:
** MagicWormhole.Internal.Websocket
** MagicWormhole.Internal.Rendezvous
** MagicWormhole.Internal.Logging
* DONE Write some tests
:LOGBOOK:
- State "DONE" from "TODO" [2017-10-25 Wed 10:35]
:END:
** DONE Roundtripping parser tests
:LOGBOOK:
- State "DONE" from "TODO" [2017-10-25 Wed 10:35]
:END:
* TODO Implement "send" against ad hoc 'wormhole receive'
* TODO Try to write integration tests?
** TODO Write Python client that can do non-interactive 'send' and 'receive'
* TODO Publish Haddock of 'master'
* TODO Implement 'receive'
* TODO Instrument with Prometheus
* TODO send & receive file (i.e. interact with transit server)
* TODO Implement own rendezvous server?