Inspiration
We wanted to look into something novel that would most likely not have been touched, while working on a technology that would be incredibly useful in the future. Knowing the approaching limitations of WiFi 5, we wanted to make a conceptual model of how the next generation of WiFi would look like.
What it does
Our project generates data packets that a routing Docker container will take and divvy up. The router uses an AI model to efficiently split bandwidth to each server and sends all the network traffic to each respective server. Each server now runs a generic process to simulate a server load and provides the routing container latency and bandwidth. Based on that, the AI re-load-balances and repeats.
How we built it
We used docker containers and mqtt to connect laptops together, pytorch for the ai modeling, and socket for packet transferring.
Challenges we ran into
Connecting the laptops together took a lot of time because we had many firewall issues.
Log in or sign up for Devpost to join the conversation.