Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Releases: medic0803/Ginkgo-RnD-Project-Floodlight

Final release

17 May 13:05
Compare
Choose a tag to compare

Project development completed, thanks for all team member's contribution!

QoS shaping support in StaticCache Module

17 May 13:15
Compare
Choose a tag to compare

Add QoS shaping technology support in StaticCache Module by setting four different types of queues in the OpenFlow action lists.

Web Page integration

17 May 13:30
Compare
Choose a tag to compare

Add the Strategy Set page
In the topology.html, modify the popup for the switch and host, add the function show the Multicast with the color link, show the port throughout.
Add the table shows all the flow.

image
image
image
image
image

Non-real-time flow optimisation Support

07 May 07:05
Compare
Choose a tag to compare

This release contains a brand-new module StaticCache, which contains the work both on northbound and floodlight backend.

Now it is possible to design the static cache proxy from floodlight Web UI, then the controller would apply these proxy strategy once they are matched with new packet_in.

It implements the redirection of the packet by modify the flow table item to set the new IPv4 Address and MAC Address, this scheme would be also useful when we change the destination IPv4 Address and MAC Address to implement the inverse proxy.

The release also provide a python script which in the src/main/java/net/floodlightcontroller/staticCache/httpProxyServerdirectory, it could simply help a host to play the role of the http packet proxy server.

Multicast Module RTP Support

04 Apr 09:18
Compare
Choose a tag to compare

Add RTP support to Multicast Module

Floodlight-Multicast-Support

03 Apr 17:58
Compare
Choose a tag to compare

Add Multicast Module to original Floodlight project