Sending Data Dynamically via Wifi
Hi all,
I'm new to Linux (Using it for a finals project at University) and I am currently looking for a way a actively send data via wireless.
Here's the situation I have:
I have Lubuntu 10.04 set up and running on a small computer board (RoBoard-100), which is attached to a small robot. The robot has sensors like an accelerometer and compass attached to it which dictate how it should respond to stimulus. However, the board is quite weak in terms of hardware so I would like to send the data using a wireless USB device, attached to the board, to a server which would then process the data. The server would then transmit the end action that the robot should take back to the board.
I was wondering how I could get started on this process?
Many thanks.