-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the sick_tdc-e-developers-documentation wiki!
Find out more about the TDC-E device by reviewing its structure, contents, and, more importantly, what it can do and how it can be done. This documentation aims to show the TDC-E device in a transparent light, providing simple examples and explanations for applications that are developed for the device and simultaneously describing the TDC-E and related interface structure and configuration.
To get started, select the area of interest below, and happy exploring!
- TDC-E Configuration
- Network Configuration
- Interface Container Configuration
- Getting Started
- Development Documentation
- Examples
The TDC-E Configuration section describes how to configure parts of the TDC-E so as to be able to utilize it to its full extent. The configuration is split into two parts: network and interface configuration. Each one describes how to connect your TDC-E with the desired service.
Getting Started is a section which mostly focuses on deploying applications and environment creation for the TDC-E device. It also focuses on installing and setting services via Dockerfile and docker_compose.yml.
The Development Documentation is the part of the documentation that describes code examples split into two main categories: one that focuses on applications that are implemented to use TDC-E's hardware interface, while the other part focuses on describing applications that do not use it to access needed data. To that end, this section focuses on the hows and whys of the programming experience.
The examples, divided into sections pertaining the interface the service the application uses, are meant to be a help for starting application development with said service. Most examples are made with either Python or Go, with an additional Node-RED application as an alternative.