GitHub topics: network-layer
netmoth/netmoth
🚀 A lightweight, fast, and comprehensive solution for traffic analysis and intrusion detection.
Language: Go - Size: 321 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 20 - Forks: 0

txthinking/ipio
Proxy all traffic just one line command.
Language: Go - Size: 145 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 283 - Forks: 36

jElhamm/Data-Link-Layer-Protocols
"This repository is a comprehensive implementation of data link layer protocols in the field of networking. Also showcases a meticulous approach towards implementing various protocols at the data link layer, enabling developers to understand, experiment."
Language: C - Size: 15.6 KB - Last synced at: 20 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

2Gpb/UpNews
This iOS app uses SVIP (VIPER) architecture with a network layer to fetch and process news. The project is structured for scalability and clean separation of concerns.
Language: Swift - Size: 65.4 KB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

avreolko/VCHTTPNetworking
Simple and declarative request builder
Language: Swift - Size: 90.8 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

University-Project-Repos/RoutingInformationProtocolSimulation
Dynamic RIP distance-vector routing protocol simulation project for the University of Canterbury 'Internet Technologies & Engineering' COSC364 course. Slightly modified for modern Python3 versions.
Language: Python - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

BrunoRFreitas/BaseAndroidProject
Base Sample Project for Multi-modules Android App. Kotlin, MVVM, Koin, Retrofit2, Coroutines, Jetpack Navigation, Repository Pattern, Navigation Module, Network Module(with Adapter), Di Module, Feature Modules
Language: Kotlin - Size: 159 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

ezgisg/ShoppingApp
MVVM-C Modular Project
Language: Swift - Size: 1.94 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 4 - Forks: 0

agicy/buptAsgmt-networks 📦
北京邮电大学 2023-2024 春季学期《计算机网络》课程作业集合
Size: 60.1 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

jElhamm/Data-Link-Layer-Error-Detection-Codes
"This repository focuses on implementing data link layer error detection codes. Providarious error detection techniques used in data communices methods for vations at the data link layer."
Language: C - Size: 11.7 KB - Last synced at: 20 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

chrispetrou/NETsteg
🌐Network-layer steganography using the TTL-field...
Language: Python - Size: 2.02 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

Sudhir878786/Computer_Networks-CS301
Language: Python - Size: 193 MB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

jElhamm/Data-Link-Layer-Framing-Methods
"Data Link Layer Framing Methods repo showcases various techniques and algorithms utilized in framing data at the data link layer of computer networks. "
Language: C - Size: 636 KB - Last synced at: 20 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

kevin-lyn/STNetTaskQueue
STNetTaskQueue is a networking queue library for iOS and OS X. It's abstract and can be implemented in different protocols.
Language: Objective-C - Size: 621 KB - Last synced at: 20 days ago - Pushed at: over 8 years ago - Stars: 86 - Forks: 12

heitormurara/PokemonApp
The aim for this was to fetch a Pokemon list from an external source, with a paginated request being displayed in an infinite scroll list, and on tapping one of the Pokemons, display a detail screen with its evolution chain.
Language: Swift - Size: 551 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

arthunix/redes-p3
This is the code I work while doing Computer Networks classes at Federal University of São Carlos in 2023.1 - Project 3: Network Layer - IP
Language: Python - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

zeynepoztunc/CS_421_Computer_Networks
This repository contains the homeworks that I did for Bilkent CS421 Computer Networks Course
Language: Java - Size: 10.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Vikasg7/PowerAwareIOTProject
Power Aware IoT (Internet of Things)
Language: Python - Size: 6.26 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

SureshKumarD/money-exchange
This repository is created to explore swift ui and combine framework
Language: Swift - Size: 231 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

iDevid/Voyager
A lightweight and testable protocol oriented network layer
Language: Swift - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

nurtugan/Network-Layer-iOS
👨🏻💻 Protocol-Oriented Network Layer in iOS.
Language: Swift - Size: 49.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

Ratheshprabakar/Bits-and-Bytes-of-Networking
This repository will contains my learnings and quiz answers for Bits and Bytes of Networking course.
Size: 1.75 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 30 - Forks: 13

3zcurdia/AmacaPod 📦
A restful network interface with Codable
Language: Swift - Size: 115 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 10 - Forks: 1

azmainadel/network-layer-implementation
Implementation of network layer of the OSI Model.
Language: Java - Size: 42 KB - Last synced at: 18 days ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

ani8897/Spanning-Tree-Protocol
Implemented Spanning tree protocol and Learning Bridge algorithm in C++
Language: C++ - Size: 319 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 7

emadhegab/MHNetwork
Say goodbye to the Fat ugly singleton Network Manager with this Network Layer
Language: Swift - Size: 345 KB - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 19 - Forks: 3

Banyc/ardl
Aggressively reliable delivery layer. Above UDP. Nothing else.
Language: Rust - Size: 176 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

tung2389/Layered-Network
Language: C - Size: 37.1 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ProVir/WebServiceSwift
Network layer as Service.
Language: Swift - Size: 541 KB - Last synced at: 7 days ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

navidakbari/VirtualNetworkRouting
Virtual network routing using c++
Language: C++ - Size: 4.15 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

kevin-lyn/Dratini
Dratini is a neat network abstraction layer.
Language: Swift - Size: 57.6 KB - Last synced at: 6 months ago - Pushed at: over 7 years ago - Stars: 37 - Forks: 8

shankarmadeshvaran/Swift-URLSession-NetworkLayer
This repository contains customised network layer for swift using URLSession and with Codable support
Language: Swift - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 2

LorhanSohaky/matias.exe
Language: Python - Size: 4.4 MB - Last synced at: 29 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 2

gayuru/Ghamming
:bulb: GUI Based Hamming Code app implemented using Socket Programming for Error detection at the network layer
Language: Java - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

limadani/redes-camadas
Language: Python - Size: 36.1 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

VanTamNguyen/Networking-TDA
Networking with top down approach
Language: Java - Size: 504 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

kevin-lyn/RxDratini
Dratini with RxSwift
Language: Swift - Size: 30.3 KB - Last synced at: 7 days ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

bereket6725/CloudyNomad
Language: Swift - Size: 304 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0
