https://github.com/shiweihe0713/tcp_inplementation_fsm
Simple finite state machine implementation to simulate TCP connection
https://github.com/shiweihe0713/tcp_inplementation_fsm
Last synced: 27 days ago
JSON representation
Simple finite state machine implementation to simulate TCP connection
- Host: GitHub
- URL: https://github.com/shiweihe0713/tcp_inplementation_fsm
- Owner: ShiweiHe0713
- Created: 2023-12-04T02:33:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T02:05:21.000Z (over 1 year ago)
- Last Synced: 2025-02-08T01:33:35.698Z (3 months ago)
- Language: Java
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Finite State Machine Implementation of TCP
Author Name: Shiwei He
Course: FA23_CSCI-GA_2262_1_001 Data Communication & Networks## Directory specification
1. Main Class
TCP class is the main class, and main function is the entry point of the whole program.2. Nested Classes
The FSM, Event, and Action classes are nested within TCP.3. Top-Level Classes
### Figure 1 - TCP Connection Protocol
