Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Latest commit

 

History

History
37 lines (21 loc) · 1.74 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.74 KB

This project contains globally useful, portable includes for augmenting the base functionality of the proprietary AMX NetLinx language used for programming AMX NetLinx integrated controllers.

Currently the project provides a math library, string manipulation library, time and date library, array utils, a managed debug messaging library and an associated console output library.

Contributors

Kim Burgess

true

Jeff Spire

Jorde Vorstenbosch

Andy Dixon

Motaz Abuthiab

Vanti

Contributing

Want to help out? Awesome.

  1. Fork it.
  2. Make your changes / improvements / bug fixes etc (and ensure that you adhere to the project style guide whilst doing so).
  3. Submit a pull request.
  4. Win.

Usage

A convenience include has been provided to simplify usage. Ensure that the libraries are placed within your project's compile path then include prior to utilizing provided functionality within your project code.

include 'netlinx-common-libraries'

Alternatively, individually specify the library components that you require. Any cross include dependencies within the NetLinx Common Libraries are handled internally.

This project is licensed under the MIT License. Feel free to use it, sell it, modify it, re-distribute - basically whatever the hell you like. See LICENSE for more info.