/tls

Returns JSON inventory data from Veeder-Root TLS monitoring systems

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Veeder-Root TLS API

Connects to a TLS-350 tank monitoring system and returns json-formatted tank information. Also includes a TLS.utils object for data parsing.

Documentation

http://chrisbutler.github.io/tls

Example Usage

var myTLS = new TLS.connect('<ip address>', <port number>);

console.log(myTLS.getTanks());

License

This project is open source software under the GNU AGPL. Please see the license file for details.