Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/)