🚀 Started a new OSS project! Still empty for now, but I’m building a DTN implementation in Rust 🦀
I’m new to both DTN and OSS development, so any feedback or advice is more than welcome!
github.com/Ray-Gee/spacearth…#RustLang#OSS#DTN#SpaceTech
🛰️ Just posted a Dev Log on my Rust DTN project!
After 1 week, I'm debating: should I go Epidemic Routing or start with a static table?
👉 Let's talk routing in Delay Tolerant Networking:
reddit.com/r/rust/comments/1…#RustLang#Networking#DTN
Just posted my first thread on Reddit!
It’s about my Rust-based Delay Tolerant Networking (DTN) project 🚀
Any thoughts or experiences with networking in unreliable environments?
🔗 reddit.com/r/rust/comments/1…#rustlang#DTN#IoT#LoRa#BLE
Just posted my first thread on Reddit!
It’s about my Rust-based Delay Tolerant Networking (DTN) project 🚀
Any thoughts or experiences with networking in unreliable environments?
🔗 reddit.com/r/rust/comments/1…#rustlang#DTN#IoT#LoRa#BLE
🚀 Started a new OSS project! Still empty for now, but I’m building a DTN implementation in Rust 🦀
I’m new to both DTN and OSS development, so any feedback or advice is more than welcome!
github.com/Ray-Gee/spacearth…#RustLang#OSS#DTN#SpaceTech
🔐Implementing DTN with BPv7?
Security matters.
RFC 7242 = for BPv6.
Use RFC 9172 (BPSec) 9173 (BIB/PCB) for BPv7 integrity & confidentiality.
Skip for PoC, but mandatory in production.
#DTN#SpaceComms#BPv7#Security#RFC