Nebula is a tool for sending files to nearby devices within the same network.
"Why?"
Honestly... I was just curious how this kind of thing works.
Nebula uses UDP Multicast to discover other devices running Nebula on the same network.
Navigate to
http://localhost:35436/page
and you will see a beautiful interface listing discovereddevices, with a button to send them a file.
The file is sent via raw TCP.
Nebula is just an educational experiment.
This program is not safe since it lacks cryptography, use it on trusted networks.