zeroFruit / vnet

Simulating network protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vnet Build Status

This project is for simulating real network to study and experiment existing or custom protocol. Our simulated physical nodes communicate with others using UDP protocol underlying.

This project is working in progress.

Integration Tests

We need to check each layer is working correctly. But it is not proper to test various use-cases on each layer by unit-tests. So adopted integration tests.

You can see many network types and sceanrios on each layer, protocol with working code on this page.

About

Simulating network protocol


Languages

Language:Go 99.2%Language:Shell 0.8%