-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Task to handle the integration process with a TNC that can be accessed through a local TCP connection.
To do this, it is highly recommendable to go through the following steps:
- Implement a new command line argument so that the client can be executed with the following parameters:
python client_amp.py -g -u crespo -p cre.spo -t 2 -c tcp -i 127.0.0.1 -u 5001
-
The UDP connection mode that is already implemented is a very good starting point for this issue. Find out how it is implemented along the code and try just to copy it and modify this new copy in order to implement the TCP connection.
-
There are some automated tests that were created in order to implement the continuous integration process for the application. Maybe it is worth to take a look at them as well and try to implement the new test for the TCP conneciton.