amx-itg / html-nx-sdk-angular

Angular (Current Version) SDK kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMX-NX-HTML5-SDK ANGULAR

Introduction:

AMX has released three different versions of the HTML SDK designed to work with AMX Netlinx Controllers Over a websocket. This is the Angular (Latest) edition.

PLEASE NOTE:

Configuration of a Netlinx processor is required. This project can reside on the Netlinx processor itself (Follow directions to prepare and load the project per the instructions with the websocket module. It can also be hosted on any web host capable of reaching the Netlinx processor. The processor should be configured prior to beginning working with SDK and the Websocket serivce.

Installation

  • Install latest version of node 18.16+
  • Ensure that you have npm
  • Run npm install

HTML Build:

  • Run npm start
  • Runs the app in the development mode.
  • Open http://localhost:4200 to view it in your browser

HTML Configuration:

When hosted on the Netlinx controller - the file ** /assets/configuration/controller.json ** should be deleted. When hosted off of the Netlinx controller, the controller.json file should be updated with the Username/Password and Security key of the Netlinx Controller.

About

Angular (Current Version) SDK kit

License:GNU General Public License v3.0


Languages

Language:TypeScript 70.6%Language:HTML 24.3%Language:SCSS 5.1%