Copyright 2015 Stefano Terna
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
The iottly-client-UI repo hosts the html and js files for the iottly client frontend:
- files are served by the iottly-client-core service;
- it connects to the iottly-client-core service via websockets to receives messages in real-time.
It can be used as a starting point to develop custom user interfaces based on Iottly, where messages coming in from devices needs to be pushed by Iottly to the custom client application.
Please refer to Iottly docker for prerequisites and full Iottly setup.