Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linkmeta/MetaNet

MetaNet is a network toolkit(iperf,tcp,udp,websocket,mqtt,sniffer,pcap,port scan,listen,ip scan .etc.). This is an easy demo for network study by WPF MVVM.
https://github.com/linkmeta/MetaNet

capture iperf iperf3 mvvm network pcap pcap-analyzer pcap-filter route-port sniffer socket tcp-client tcp-server udp websocket wpf

Last synced: about 2 months ago
JSON representation

MetaNet is a network toolkit(iperf,tcp,udp,websocket,mqtt,sniffer,pcap,port scan,listen,ip scan .etc.). This is an easy demo for network study by WPF MVVM.

Awesome Lists containing this project

README

        

# MetaNet
![Test result](https://img.shields.io/badge/Windows-passing-green)
![GitHub License](https://img.shields.io/github/license/linkmeta/MetaNet?color=blue&style=flat-square)
![Issues](https://img.shields.io/github/issues/linkmeta/MetaNet?color=blue&style=flat-square)
![release](https://img.shields.io/github/release/linkmeta/MetaNet.svg)

![logo](/Resources/favicon.png)

MetaNet is a network toolkit, support iperf,tcp,udp,websocket,mqtt,sniffer,pcap,port scan,listen,ip scan .etc.

This is an easy demo for network study by WPF MVVM.

## Function

- [x] Iperf2/Iperf3 Server and Client(Realtime plot and result save)
- [x] Network Scan(IP multi-thread scan)
- [x] Port Scan(Port status multi-thread scan)
- [x] Route tables(IPv4 & IPv6)
- [x] Local Port listen(TCP & UDP)
- [x] TCP Server & Client
- [x] UDP Server & Client
- [x] WebSocket Server & Client
- [ ] MQTT
- [x] Sniffer(Using pcap, packets capture, save, filter, statistics, plot. etc.)
- [ ] ...





## Build

- [x] VisualStudio 2022(Based .NET WPF)

```bash
$ git clone https://github.com/linkmeta/MetaNet.git
$ cd MetaNet
```
Run `MetaNet.sln`

## Packages
```







```
## Contribute

* [Iperf](https://github.com/esnet/iperf)
* [oxyplot](https://github.com/oxyplot/oxyplot)

## License

MIT License([License MIT](./LICENSE))