MediaMeans : 3 SocketManager.js - 17chuchu/AutomaticBicycleInterface GitHub Wiki
This app only receives JSON string from the Django. The WebSocket dependency is called ReconnectingWebSocket.
SubScriber and Publisher
These dictionaries are a collection of subscribers and publishers room id.
static subscriber = {}
static publisher = {}
Handle New Room
handlenewroom
is a function that will create a room using the id of the bike (A string bike id will be sent to handlenewroom
).
static handlenewroom = undefined