Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 884 Bytes

File metadata and controls

21 lines (14 loc) · 884 Bytes

Netze -- C++ socket to perform actuations on embedded devices.

This project aims use of embedded devices remotely,using Sockets for comunication between Application and device, in order to make the device transparent to the application , making it easy to implement and expanding the possibilities of development .

TODO LIST 1 - Create Socket server 1.1 - Connect in Socket server - ok 1.2 - Define port to connect - ok 1.3 - Pass and receive params to embedded board - ok

2 - Create server Client --> Not for now

3 - access Gpios 3.1 - Define board with tests, maybe using proper GPIO, read the value, and assign board. -- in implementation

4 - Perform actuations in Gpio's pin's -- ok (Functions in NetzeApp) 5 - Read Values from Gpio pin -- ok (pin 7 with readerFile function) 6 - Learning English ^^ 7 - Threads process -- not for now