Skip to content

Training ‐ 4. Verifying Build and Deployment

Michael Elmore edited this page Dec 18, 2023 · 2 revisions

Requirements

  • Java Programming Language: Entry Level Experience
  • JRE (or JDK) Installed on machine hosting OpenSensorHub
  • Training 3 complete

Verifying Build

Navigate to Build Target

step1

Unzip Archive

step2

Navigate to Extracted Folder/Directory

step3

Launch Server – Run Corresponding Script

  • Windows – launch.bat
  • Linux – launch.sh

On Successful Launch

step4

  • Console log will display initialization messages
  • Final initialization message reads: INFO ModuleRegistry [ModuleRegistry-1] - Module 'SOS Service' [5cb05c9c-9e08-4fa1-8731-ff41e246bdc1] started

step5

Launch Front End in Web Browser

step6

Log In

  • Username: admin
  • Password: admin

step7

Adding Sensor Module

  1. Right-click in blank area within "Sensors" drawer
  2. Select "Add New Module"

step8

Verify Driver Module Is Listed

Simulated Sensor Driver listed with version, description information, and author

step9

Closing Remarks

  • At this point you have
  1. Created a skeleton for the Simulated Driver
  2. Configured the build scripts to build and include the driver module in the build target
  3. Deployed the instance of OpenSensorHub
  4. Verified the Simulated Driver module is recognized by OpenSensorHub
  • Next Steps
  1. Begin adding functionality to driver
  2. Build, redeploy, and test