uaarg / pigeon

Pigeon is UAARG's ground station imaging software. It is used to analyze images received from the aircraft through a combination of manual and automatic processes.
0 stars 0 forks source link

Websocket handler feature #24

Open fadilm777 opened 6 days ago

fadilm777 commented 6 days ago

Feature to establish a websocket connection with the client.

Implement following functionality:

Data should be sent in the form of json files (can use dictionaries in python and convert to json using json.dump(). Interface/template available at pigeon/comms/services/websocket.py