diff --git a/back_end/notes.md b/back_end/notes.md new file mode 100644 index 0000000..837300f --- /dev/null +++ b/back_end/notes.md @@ -0,0 +1,5 @@ +Use something like: + + curl -X POST 127.0.0.1:1237 -H 'Content-Type: application/json' -d '{"type": "pairing_request"}' + +To debug the backend. See protocol specifications for what should work.