92 skills found · Page 1 of 4
chiragbiradar / DDoS Attack Detection And MitigationSDN networks (Software Defined Networking ) are exposed to new security threats and attacks, especially Distributed Denial of Service (DDoS) attacks. For this aim, we have proposed a model able to detect and mitigate attacks automatically in SDN networks using Machine Learning (ML)
knetsolutions / Learn Sdn With RyuLearn SDN with RYU Controller
GAR-Project / ProjectDDoS attacks detection by using SVM on SDN networks.
wildan2711 / MultipathMultipath routing with Ryu and Pyretic SDN Controllers
martimy / FlowmanagerAn SDN application that gives its user the ability to control flows in an OpenFlow network without coding.
vishalsingh45 / SDN DDOS Detection And Mitigation Using ML And Statistical MethodsProgrammed the SDN controller to monitor the traffic, predict the traffic behaviour and detect DDOS traffic in the cloud network and mitigate it. Machine learning SVM algorithm was used to predict the malicious traffic in the network, achieved an accuracy of 98% and detection rate of 100%. Technologies Used are, SDN, ML SVM, Openflow, Ryu controller, Python, Mininet, iperf, hping3, linux commands.
mishra14 / DDoSAttackMitigationSystemPython based DDoS attack detection and mitigation system built over Ryu controllers and Mininet SDN,
icesonata / DDoSDNApplying Machine Learning model (SVM) into DDoS attack detection in SDN.
andrew-miao / Study SdnLearning SDN within Ryu controller and SDN experiments/以Ryu作为控制器的SDN学习以及实验
OpenState-SDN / RyuOpenState controller implementation based on osrg/ryu
abulanov / Sfc AppService Function Chaining Application for Ryu SDN controller
KatharaFramework / Docker ImagesDockerfiles and scripts to build Kathará Docker images.
Huangmachi / HederaImplementing Hedera with Ryu controller.
amirashoori7 / Sdn QosThis is my master's thesis project: "QoS implementation in Software Defined Network using Ryu Controller"
light6607 / Ryu Controllerryu_controller_for DDos
bryanoliverh / SDNSecurity DDOSMitigationDecisionTree PortBlockingDDOS Mitigation System based on Ryu SDN Controller with Port Blocking Mechanism
girishsg24 / Moving Target Defense RHM Using SDNDeveloped a Moving Target Defense mechanism to prevent IP scanning from inside & outside the network. Controlled the packet flow in a SDN based on Random host mutation technique. Developed the a new routing mechanism using north bound API provided by controller using multithreading, decorators, event creation & event handling techniques. Performed extensive testing and evaluation on OpenFlow protocol & RYU controller using python
VarunDelft / SDN RYU VLANCode repository of the OpenFlow based Software Defined Networking application built on the RYU controller. The RYU controller is based on OpenFlow 1.3 and interacts with switches running OpenvSwitch 1.2. For simplicity, it is assumed that the topology and the required VLAN configuration (for each switch) is known priory and therefore no topology discovery is carried out in this application.The RYU application is tested for 3 types of networks:A VLAN-Only linear (2 Switch-4 Host) topology ,A VLAN-only topology containing multiple switches and trunk lines and lastly a hybrid network with VLAN aware and Non-VLAN aware switches. The application has been developed such that it is scalable with higher number of nodes and compatible with any kind of VLAN configuration.
arianhaddadi / Ryu Controller SDNThis project is an implementation of Dijkstra Algorithm utilizing Ryu Controller and mininet for routing packets in network topologies.
Chandrahas-Soman / Simple IDS Using RYU SDN Controller And Machine LearningImplemented a network intrusion detection system for a software defined network using Random Forest method for classification of port and flow statistics.