{"id":13342426,"url":"https://github.com/linkmeta/MetaNet","last_synced_at":"2025-03-12T01:37:05.300Z","repository":{"id":53182828,"uuid":"521305635","full_name":"linkmeta/MetaNet","owner":"linkmeta","description":"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.","archived":false,"fork":false,"pushed_at":"2022-10-09T02:23:27.000Z","size":2482,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-30T21:04:28.588Z","etag":null,"topics":["capture","iperf","iperf3","mvvm","network","pcap","pcap-analyzer","pcap-filter","route-port","sniffer","socket","tcp-client","tcp-server","udp","websocket","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linkmeta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-04T14:48:06.000Z","updated_at":"2024-05-11T04:00:19.000Z","dependencies_parsed_at":"2023-01-19T15:50:30.426Z","dependency_job_id":null,"html_url":"https://github.com/linkmeta/MetaNet","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkmeta%2FMetaNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkmeta%2FMetaNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkmeta%2FMetaNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkmeta%2FMetaNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkmeta","download_url":"https://codeload.github.com/linkmeta/MetaNet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221260196,"owners_count":16787078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["capture","iperf","iperf3","mvvm","network","pcap","pcap-analyzer","pcap-filter","route-port","sniffer","socket","tcp-client","tcp-server","udp","websocket","wpf"],"created_at":"2024-07-29T19:29:26.132Z","updated_at":"2024-10-24T01:31:01.788Z","avatar_url":"https://github.com/linkmeta.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MetaNet\n![Test result](https://img.shields.io/badge/Windows-passing-green)\n![GitHub License](https://img.shields.io/github/license/linkmeta/MetaNet?color=blue\u0026style=flat-square)\n![Issues](https://img.shields.io/github/issues/linkmeta/MetaNet?color=blue\u0026style=flat-square)\n![release](https://img.shields.io/github/release/linkmeta/MetaNet.svg)\n\n![logo](/Resources/favicon.png)\n\nMetaNet is a network toolkit, support iperf,tcp,udp,websocket,mqtt,sniffer,pcap,port scan,listen,ip scan .etc.\n\nThis is an easy demo for network study by WPF MVVM.\n\n## Function\n\n- [x] Iperf2/Iperf3 Server and Client(Realtime plot and result save)\n- [x] Network Scan(IP multi-thread scan)\n- [x] Port Scan(Port status multi-thread scan)\n- [x] Route tables(IPv4 \u0026 IPv6)\n- [x] Local Port listen(TCP \u0026 UDP)\n- [x] TCP Server \u0026 Client\n- [x] UDP Server \u0026 Client\n- [x] WebSocket Server \u0026 Client\n- [ ] MQTT\n- [x] Sniffer(Using pcap, packets capture, save, filter, statistics, plot. etc.)\n- [ ] ...\n\u003cimg src=\"https://github.com/linkmeta/MetaNet/blob/main/demo/iperf.png\" width=\"700\"\u003e\n\u003cimg src=\"https://github.com/linkmeta/MetaNet/blob/main/demo/sniffer.png\" width=\"700\"\u003e\n\u003cimg src=\"https://github.com/linkmeta/MetaNet/blob/main/demo/snifferstats.png\" width=\"700\"\u003e\n\u003cimg src=\"https://github.com/linkmeta/MetaNet/blob/main/demo/websocket.png\" width=\"700\"\u003e\n\u003cimg src=\"https://github.com/linkmeta/MetaNet/blob/main/demo/portlisten.png\" width=\"700\"\u003e\n\u003cimg src=\"https://github.com/linkmeta/MetaNet/blob/main/demo/routetable.png\" width=\"700\"\u003e\n\n\n## Build\n\n- [x] VisualStudio 2022（Based .NET WPF）\n\n```bash\n$ git clone https://github.com/linkmeta/MetaNet.git\n$ cd MetaNet\n```\nRun `MetaNet.sln`\n\n## Packages\n```\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cpackages\u003e\n  \u003cpackage id=\"OxyPlot.Core\" version=\"2.1.0\" targetFramework=\"net48\" /\u003e\n  \u003cpackage id=\"OxyPlot.Wpf\" version=\"2.1.0\" targetFramework=\"net48\" /\u003e\n  \u003cpackage id=\"OxyPlot.Wpf.Shared\" version=\"2.1.0\" targetFramework=\"net48\" /\u003e\n  \u003cpackage id=\"Pcap.Net.x64\" version=\"1.0.4.1\" targetFramework=\"net48\" /\u003e\n  \u003cpackage id=\"Pcap.Net.x86\" version=\"1.0.4.1\" targetFramework=\"net48\" /\u003e\n  \u003cpackage id=\"System.Globalization.Extensions\" version=\"4.3.0\" targetFramework=\"net48\" /\u003e\n  \u003cpackage id=\"WebSocketSharp\" version=\"1.0.3-rc11\" targetFramework=\"net48\" /\u003e\n\u003c/packages\u003e\n```\n## Contribute\n\n* [Iperf](https://github.com/esnet/iperf)\n* [oxyplot](https://github.com/oxyplot/oxyplot)\n\n## License\n\nMIT License（[License MIT](./LICENSE)）\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkmeta%2FMetaNet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkmeta%2FMetaNet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkmeta%2FMetaNet/lists"}