PileProject / drive

The drive project
Other
5 stars 4 forks source link

WiFiCommunicator for NXT and EV3 #53

Open mandaiy opened 8 years ago

mandaiy commented 8 years ago

Summary

NXT and EV3 have wifi communication function. But this app does not support WiFi connecting function.

There seem to be some demand for wifi communication between this app and robots. So in this issue I leave some notes for implementing the function.

What we should consider

We have to consider how the machine to be connected is specified by this app. One possible and apparently easiest way is to input the machine's IP address directly by a user. We have to survey whether it is possible to scan machines.

What we should implement

We have to implement WiFiCommunicator, a concrete class of ICommunicator and the counterpart of BluetoothCommunicator. Also WiFiMachineSelectFragment and its related classes are needed to be implemented.

Where we should modify

We have to modify some bluetooth-dependent code in

The other classes seem not to have to be modified.

tiwanari commented 8 years ago

Thanks! They are very helpful information! 👍