Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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.
- Host: GitHub
- URL: https://github.com/linkmeta/MetaNet
- Owner: linkmeta
- License: mit
- Created: 2022-08-04T14:48:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T02:23:27.000Z (over 2 years ago)
- Last Synced: 2024-07-30T21:04:28.588Z (6 months ago)
- Topics: capture, iperf, iperf3, mvvm, network, pcap, pcap-analyzer, pcap-filter, route-port, sniffer, socket, tcp-client, tcp-server, udp, websocket, wpf
- Language: C#
- Homepage:
- Size: 2.37 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))