abx's starred repositories

GitHubDaily

坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.

Stargazers:31325Issues:0Issues:0

zebra

routing protocol daemon

Language:GoLicense:Apache-2.0Stargazers:99Issues:0Issues:0

Link-state-protocol-in-python

This project implenments the OSPF using Dijkstra algorithm (Open Shortest Path First) network protocol in python. Link-State Routing protocol is a main class of routing protocols. It is performed by every switching node/router in the network. The basic concept of link-state routing is that every node constructs a map of the connectivity to the network, in the form of a Graph, showing which nodes are connected to which other nodes. Each node then independently calculates the next best logical path from it to every possible destination in the network. The collection of best paths will then form the node's routing table. OSPF: ----- Open Shortest Path First (OSPF) is a link-state routing protocol for Internet Protocol (IP) networks. It uses a link state routing algorithm and falls into the group of interior routing protocols, operating within a single autonomous system (AS). OSPF is perhaps the most widely used interior gateway protocol (IGP) in large enterprise networks. IS-IS, another link-state dynamic routing protocol, is more common in large service provider networks. The most widely used exterior gateway protocol is the Border Gateway Protocol (BGP), the principal routing protocol between autonomous systems on the Internet. * Advantages of link state routing (as opposed to distance vector routing) include that link state routing converges rather quickly and * is not subject to the count-to-infinity problem; hence, no measures to combat this problem need to be taken. As the full network topology * is known to every node, rather advanced routing techniques can be implemented. * Disadvantages include that the link state information needs to be flooded through the network, causing higher overhead than link state protocols. * The memory and computational requirements are also higher. OSPF is an interior gateway protocol that routes Internet Protocol (IP) packets solely within a single routing domain (autonomous system). It gathers link state information from available routers and constructs a topology map of the network. The topology determines the routing table presented to the Internet Layer which makes routing decisions based solely on the destination IP address found in IP packets. OSPF was designed to support variable-length subnet masking (VLSM) or Classless Inter-Domain Routing (CIDR) addressing models.

Language:PythonStargazers:7Issues:0Issues:0

pyisis

IS-IS Routing Protocol

Language:PythonStargazers:11Issues:0Issues:0

frr

The FRRouting Protocol Suite

Language:CLicense:NOASSERTIONStargazers:3152Issues:0Issues:0

bio-rd

bio routing is a project to create a versatile, fast and reliable routing daemon in Golang. bio = BGP + IS-IS + OSPF

Language:GoLicense:Apache-2.0Stargazers:281Issues:0Issues:0

smote_variants

A collection of 85 minority oversampling techniques (SMOTE) for imbalanced learning with multi-class oversampling and model selection features

Language:Jupyter NotebookLicense:MITStargazers:615Issues:0Issues:0

GeneticCrn

Simulation code for the paper "Genetic Algorithm Aided Transmit Power Control in Cognitive Radio Networks"

Language:CLicense:MITStargazers:4Issues:0Issues:0

daily_arxiv

Using GitHub Action to collect paper list with publicly available source code in the daily arxiv

Language:PythonLicense:Apache-2.0Stargazers:189Issues:0Issues:0

Singal-CNN

An implementation of "Convolutional Radio Modulation Recognition Networks"

Language:PythonLicense:MITStargazers:46Issues:0Issues:0

Paper-with-Code-of-Wireless-communication-Based-on-DL

无线与深度学习结合的论文代码整理/Paper-with-Code-of-Wireless-communication-Based-on-DL

Stargazers:1792Issues:0Issues:0
Language:TeXLicense:GPL-3.0Stargazers:30Issues:0Issues:0

Wireless-Communication-Project

Research paper on Dynamic Spectrum Access-sharing and innovation in it

Stargazers:2Issues:0Issues:0

DRL_PBHWN

Source code for the papers "Deep-reinforcement learning for fair distributed dynamic spectrum access in wireless networks" and "Deep‐reinforcement learning for fair distributed dynamic spectrum access in priority buffered heterogeneous wireless networks".

Language:PythonLicense:MITStargazers:8Issues:0Issues:0

Deep-Reinforcement-Learning-for-Dynamic-Spectrum-Access

Using multi-agent Deep Q Learning with LSTM cells (DRQN) to train multiple users in cognitive radio to learn to share scarce resource (channels) equally without communication

Language:Jupyter NotebookLicense:MITStargazers:220Issues:0Issues:0

spectrum-sensing-methods

Experiments with spectrum sensing methods

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:33Issues:0Issues:0

Transformer

Learning materials of Transformer, including my code, XMind, PDF and so on

Language:Jupyter NotebookStargazers:316Issues:0Issues:0

EE-CR

Source code for "Energy Efficiency in MIMO Underlay and Overlay Device-to-Device Communications and Cognitive Radio Systems," by Alessio Zappone, Bho Matthiesen, and Eduard Jorswieck, IEEE Transactions on Signal Processing, vol. 65, no. 4, pp. 1026-1041 Feb. 2017.

Language:MATLABStargazers:21Issues:0Issues:0

Multi-Independent-Agent-Reinforcement-Learning-UAV-Autonomous-Spectrum-QLearning

An Autonomous Spectrum Management Scheme for Unmanned Aerial Vehicle Networks in Disaster Relief Operations using Multi Independent Agent Reinforcement Learning

Language:PythonLicense:GPL-3.0Stargazers:59Issues:0Issues:0
Language:PythonLicense:NOASSERTIONStargazers:28Issues:0Issues:0

multi_player_multi_armed_bandit_algorithms

Implementation of state-of-the-art multi-player multi-armed bandit problem algorithms.

Language:PythonStargazers:17Issues:0Issues:0

Dataset-Generation-for-DL-based-Spectrum-Sensing

*Source code for dataset generation of paper "Spectrum Sensing in Cognitive Radio: A Deep Learning Based Model" *our dataset generation source is based on the method in "T. O’Shea and N. West, “Radio machine learning dataset generation with gnu radio,” in Proc. GNU Radio Conference (GRCon16), vol. 1, 2016."(https://github.com/radioML/dataset).

Language:PythonStargazers:29Issues:0Issues:0

SEU-master-thesis

东南大学硕士研究生学位论文LaTeX模板

Language:TeXLicense:GPL-3.0Stargazers:156Issues:0Issues:0

AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

Language:PythonLicense:MITStargazers:165591Issues:0Issues:0

tracking-with-Extended-Kalman-Filter

Object (e.g Pedestrian, vehicles) tracking by Extended Kalman Filter (EKF), with fused data from both lidar and radar sensors.

Language:C++License:MITStargazers:736Issues:0Issues:0

iina

The modern video player for macOS.

Language:SwiftLicense:GPL-3.0Stargazers:37377Issues:0Issues:0

Rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas

Language:SwiftLicense:NOASSERTIONStargazers:25370Issues:0Issues:0

PyQt-Fluent-Widgets

A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.

Language:PythonLicense:GPL-3.0Stargazers:5156Issues:0Issues:0

Kalman

Some Python Implementations of the Kalman Filter

Language:Jupyter NotebookStargazers:1030Issues:0Issues:0