https://github.com/sibyx/binksrouter
Simple .NET based network router for Windows implemented in C# using WPF
https://github.com/sibyx/binksrouter
csharp dotnet network rip router routing wpf
Last synced: 3 months ago
JSON representation
Simple .NET based network router for Windows implemented in C# using WPF
- Host: GitHub
- URL: https://github.com/sibyx/binksrouter
- Owner: Sibyx
- Created: 2020-03-01T11:41:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T16:27:35.000Z (over 5 years ago)
- Last Synced: 2025-04-01T17:45:35.665Z (6 months ago)
- Topics: csharp, dotnet, network, rip, router, routing, wpf
- Language: C#
- Homepage:
- Size: 505 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# BinksRouter
Simple .NET based software router for Windows implemented in C# using [WPF](https://docs.microsoft.com/en-us/dotnet/framework/wpf/).
## Features
- Static routing
- [ProxyARP](https://networklessons.com/cisco/ccie-routing-switching/proxy-arp-explained) implementation
- Dynamic routing using [RIPv2](https://tools.ietf.org/html/rfc1723) protocol
- Logging to [Syslog](https://tools.ietf.org/html/rfc5424)
## Credits
- App icon is [Cisco Router](https://icons8.com/icons/set/cisco-router) by [Icons8](https://icons8.com)
- For packet and device manipulation we use [sharppcap](https://github.com/chmorgan/sharppcap)
- Syslog logging using [SyslogLogging](https://github.com/jchristn/LoggingModule) NuGet package## Resources
- [IP Address Calculations with C# (Subnetmasks, Networks, …)](https://docs.microsoft.com/en-us/archive/blogs/knom/ip-address-calculations-with-c-subnetmasks-networks)
- [Podsiete](http://www.xss.wz.sk/downloads/podsiete.pdf)
- [IP Adresa, maska, podsiete a priklady](http://www.ut.fei.stuba.sk/~halas/kis/zal%202012/IP%20adresy%20PDF.pdf)---
With ❤️ and ☕️ Jakub Dubec (c) 2020