Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aashish1-1-1/loadbalancer
A minimal loadbalancer using esp8266(as LB)
https://github.com/aashish1-1-1/loadbalancer
Last synced: 5 days ago
JSON representation
A minimal loadbalancer using esp8266(as LB)
- Host: GitHub
- URL: https://github.com/aashish1-1-1/loadbalancer
- Owner: Aashish1-1-1
- License: mit
- Created: 2024-05-03T12:32:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T07:46:23.000Z (4 months ago)
- Last Synced: 2024-07-09T04:53:27.153Z (4 months ago)
- Language: C++
- Homepage: https://www.youtube.com/watch?v=aTGpv9oJNEo
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## LoadBalancer
A loadbalancer using Esp8266.## Architecture
![archi](https://github.com/Aashish1-1-1/LoadBalancer/blob/main/images/archi.svg)## To Run
Clone the repo in src file input wifi ssid and password and upload in ESP8266 and visit the ip printed in serial monitor## Note
I had to divide different algos to different file cause esp8266 wasn't powerful enought to handel multiple function calls in it's stack although the ideal theoretical implementation is it ideal branch.## Reference
- [cs75](https://youtu.be/-W9F__D3oY4?si=7R-KCb_lPCSJAsBO)
- [esp8266](https://lastminuteengineers.com/creating-esp8266-web-server-arduino-ide/)
- [algorithms](https://www.geeksforgeeks.org/load-balancing-algorithms/)