-
Notifications
You must be signed in to change notification settings - Fork 8
Training ‐ 4. Verifying Build and Deployment
Michael Elmore edited this page Dec 18, 2023
·
2 revisions
- Java Programming Language: Entry Level Experience
- JRE (or JDK) Installed on machine hosting OpenSensorHub
- Training 3 complete
- Windows – launch.bat
- Linux – launch.sh
- Console log will display initialization messages
- Final initialization message reads: INFO ModuleRegistry [ModuleRegistry-1] - Module 'SOS Service' [5cb05c9c-9e08-4fa1-8731-ff41e246bdc1] started
- Username: admin
- Password: admin
- Right-click in blank area within "Sensors" drawer
- Select "Add New Module"
Simulated Sensor Driver listed with version, description information, and author
- At this point you have
- Created a skeleton for the Simulated Driver
- Configured the build scripts to build and include the driver module in the build target
- Deployed the instance of OpenSensorHub
- Verified the Simulated Driver module is recognized by OpenSensorHub
- Next Steps
- Begin adding functionality to driver
- Build, redeploy, and test