lmeninato / tcp_fsm

TCP Finite State Machine Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP Connection Finite State Machine

Depends on the transitions python library.

Examples for running the FSM:

(Borrowed the test.txt sample test file from Alex Lee)

cat test.txt | python3 fsm.py 

Or interactively:

python3 fsm.py

Unit tests can be ran with the following:

pytest test_fsm.py

About

TCP Finite State Machine Implementation


Languages

Language:Python 100.0%