Amir Pournasserian
Published © MIT

How to Monitor your Computer with uBeac

Keeping track of how your Computers are running is easy when you do it with uBeac.

BeginnerFull instructions provided2 hours1,409
How to Monitor your Computer with uBeac

Things used in this project

Software apps and online services

Free Subscription
uBeac IoT Platform Free Subscription

Story

Read more

Code

main.py

Python
This is the section of main.py that the user needs to change
# Configuration section
UBEAC_URL = 'hub.ubeac.io'              # Where the device will connect to
GATEWAY_URL = '/MyComputer'             # Gateway URL from uBeac team
DEVICE_FRIENDLY_NAME = 'My Computer'    # The name of device
SENT_INTERVAL = 1                       # Sent data interval in second

uBeac OS Monitoring

Credits

Amir Pournasserian

Amir Pournasserian

10 projects • 14 followers
Data scientist, machine learning specialist, IoT nerd. CEO of Momentaj and Founder of uBeac, IoT thinktanks.

Comments