Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ulysseswu/flownet
C# OpenFlow Controller. (Archived)
https://github.com/ulysseswu/flownet
c-sharp openflow openflow-controller
Last synced: about 1 month ago
JSON representation
C# OpenFlow Controller. (Archived)
- Host: GitHub
- URL: https://github.com/ulysseswu/flownet
- Owner: UlyssesWu
- Created: 2016-06-01T11:31:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T03:03:18.000Z (almost 4 years ago)
- Last Synced: 2023-02-26T22:15:57.794Z (almost 2 years ago)
- Topics: c-sharp, openflow, openflow-controller
- Language: C#
- Homepage:
- Size: 97.7 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FlowNet
An Openflow controller in C#.
Currently support OpenFlow v1.0.
Northbound API: Use MEF to create plugins.
---
Copyright © UlyssesWu 2016LICENSE: MIT
---
FlowNet uses:[Be.IO](https://github.com/jamesqo/Be.IO) by James Ko
[Packet.Net](https://github.com/chmorgan/packetnet) by Chris Morgan