CSUFTitanRover / TitanRover2018

Titan Rover 2018 Edition: Calypso
http://titanrover.com/
Apache License 2.0
12 stars 10 forks source link

Feature: Python Deepstream wrapper library #45

Closed Weffe closed 6 years ago

Weffe commented 6 years ago

It would be nice to create a deepstream library for python to make it easier for the team to interact with the server. Instead of having to create an entire library that adheres to the deepstream client spec, we should just create a wrapper for sending POST requests to the HTTP endpoint. Try to implement this using asyncio.

audstanley commented 6 years ago

on it.