Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 795 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 795 Bytes

TCP/IP Five-Level Model Simulation


This is a teaching tool for five layer model show that using a connection-oriented Socket, it can communicate with each other between two devices, or use the Server Side to bind the port then communicate with each other in the same computer.

Language Objective-C + C
Platform Mac OSX
Tool XCode (LLVM)

Showcase

Showcase GIF

How to use

The source code and project is in "Client Side" & "Service Side", just open it and complie in XCode :)

Tutorial (In Chinese)

Minecode's Blog