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

Server Mode

Kristian Skov edited this page Oct 1, 2018 · 3 revisions

Up to date as of version 1.6

Table of Content

Overview

A new feature is a server API, so that you can make a program yourself, that can use the features of ArduLED.

Server Settings

Error Loading Image

The server settings window is really just a console, where you can start and stop the server. As well as making the server start by itself on startup of ArduLED. The IP address can also be changed if desired, however the default should work in most cases. If you are using the app, then the IP should be set to the IP of your computer.

Test Program

With this new API, a test program have been added (under Source Code) where you can manually send commands to ArduLED, just so you can se how it works, and so that you have a sample of how to connect to it in your own program.

Error Loading Image

Clone this wiki locally