ABotelho23 / aacdnProject

This repository has been archived on GitHub and moved to GitLab. Please see the project on GitLab.com: https://gitlab.com/ABotelho23/aacdnProject
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Create queue and pass discovered nodes to it #39

Open ABotelho23 opened 6 years ago

ABotelho23 commented 6 years ago

We need to learn how to implement queues.

See, https://github.com/ABotelho23/aacdnProject/blob/hubCode-flask/hubAiocoap.py

At DiscoveryThread, need to pass a queue created in main(), and also when creating FlaskThread.

DiscoveryThread does queueName.put(...) of CoapNode object for every discovered node and FlaskThread does queueName.get(...). FlaskThread then displays a box with the information from the CoapNode objects from the queue.

ABotelho23 commented 6 years ago

Putting this on backburner to polish the rest of project