Connects to a TLS-350 tank monitoring system and returns json-formatted tank information. Also includes a TLS.utils
object for data parsing.
http://chrisbutler.github.io/tls
var myTLS = new TLS.connect('<ip address>', <port number>);
console.log(myTLS.getTanks());
This project is open source software under the GNU AGPL. Please see the license file for details.