Skip to content
teijw edited this page Jun 24, 2014 · 69 revisions

ROS01

Example project with FreeRTOS and lwIP support. Based on the senshub_iot example from TI.

Todo

  • Fix the crash we sometimes have while doing network transactions
  • Add a queue to store received messages
  • Fix the connect command so that you can connect to arbitrary ip-addresses
  • Cleanup of code

Usage instructions

Type help for supported commands. Type connect ip-address portnumber to activate the connection. Type send your message to send a message to ip-address 192.168.1.1 on port 27015

Clone this wiki locally