a set of helper functions for Turtlebot communications via TCP. Made for EEEI UCL Undergraduate Capstone Project.
In order to use this package, please use this to install:
pip install git+https://github.com/ucl-nlnt/KNetworking.gitIt can be then used in your code likewise
from nlnt_networking import DataBridgeClient_TCP- Simply update the code base in
nlnt_networking/__init__.py - Update the version in
setup.py - Publish changes to this repo