Skip to content

Commit

Permalink
Starting this up again
Browse files Browse the repository at this point in the history
  • Loading branch information
a20r committed Jan 30, 2016
1 parent dcd3472 commit 16e751f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/communication_api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Communication API

{
to: Name of recipient of message,
from: Name of sender,
topic: Topic name the message will be published to without the named
prefix,
msg: Message being sent,
type: Type of the message (e.g. geometry/Twist)
}
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
twisted
autobahn
Empty file added scripts/run_server.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added src/server/__init__.py
Empty file.

0 comments on commit 16e751f

Please sign in to comment.