Project
- class project.Project(name, cfg, loraObj, loraBaseBand, loraAuthMode)[source]
Bases:
Thread
Project class.
Manages the project operations. It’s created a thread to each project configured.
- name
The project name.
- Type:
str
- config
The project configuration.
- Type:
dict
- baseBand
The LoRa base-band.
- Type:
str
- authMode
The LoRa authentication mode.
- Type:
str