maconard / cps-iot_leader-election

Group project studying Leader Election, continued from the CPS-IoT course at Michigan Tech in Spring 2020.
0 stars 0 forks source link

Integrate components from David's source #1

Closed maconard closed 3 years ago

maconard commented 4 years ago

Need to integrate parts of David's source into Michael's source; take the best of both worlds for moving forward with the project.

David's source: https://github.com/DavidWHallberg/IoT-LeaderElection

Michael's source: https://github.com/maconard/RIOT_leader-election

maconard commented 4 years ago

@DavidWHallberg could you push a quick update to your codebase with function header comments explaining each parameter and such? I'm doing the same real quick. Will help us move forward more collaboratively.

DavidWHallberg commented 4 years ago

Updated code with function header comments.

maconard commented 4 years ago

Update: now using master node and worker node code. Should still try David's original source as the worker node (with the modifications to work with the master node) if any memory issues present themselves with our current code.