Skip to content

An example application utilizing the Sit(x) Bridge Adapter API functionality

License

Notifications You must be signed in to change notification settings

PAR-Government/kml-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KML Sender

The KML Sender application provides an example of how the Sit(x) bridge adapter feature can be used. In this application, KML files are read from a directory. The contents of each KML file are crafted into Cursor-on-Target (CoT) XML messages and are sent to the Sit(x) bridge adapter.

You will need to s a .env file. The NodeJS process relies on a .env file to control the following parameters:

  • ACCESSKEY The access key for the SitX bridge adapter.
  • SECRETKEY The secret key for the SitX bridge adapter.
  • SCOPE The scope for the SitX bridge adapter.
  • STREAMING The WebSocket streaming URL for the SitX bridge adapter.

The application can be compiled and launched by first installing NodeJS, then from the CLI:

  1. Create the .env file
  2. npm install
  3. npm start

Copyright (©) PAR Government Systems Corporation. All rights reserved.

About

An example application utilizing the Sit(x) Bridge Adapter API functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published