Skip to content

Using GPS as use case to learn udp and packets using Rust

Notifications You must be signed in to change notification settings

j-p-d-e-v/gps-study

Repository files navigation

Car GPS App

This is for studying packets, and UDP using Rust Programming Language. The app is just a basic gps tracker where in car sends gps locations to the gps server via UDP while the data is represented in packets.

Sending Packets

Login Packets


cat login_packet.bin | nc -u 127.0.0.1 34256



About

Using GPS as use case to learn udp and packets using Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages