All Projects → kimburgess → netlinx-common-libraries

kimburgess / netlinx-common-libraries

Licence: MIT License
Lightweight native libraries for augmenting the base functionality of the NetLinx language used for programming AMX NetLinx integrated controllers.

Programming Languages

NetLinx
4 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].