a websockets based RC framework for esp8266-based robots
build an interface that controls a robot in real-time
while not having a limitation on the type of interfaces(graphical) that can be used
based on the previous semester’s research on Building an IoT System from Scratch
there are 2 feasible options for real-time communication (web-based)
note
: websockets RFC 6455
so since VR/AR obviously requires a camera feed from a robot to interface and controls go from interface to robot websockets is the only choice (known)