Skip to content

TNC w/TCP connection - Integration #12

@rtubio

Description

@rtubio

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:

  1. 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
  1. 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.

  2. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions