Author: johann.d
-
H663/H512 families firmware upgrade procedure for Linux
SpringCard H663 and H512 families are a group of NFC devices / contactless smartcard readers. This document explains how to upgrade their firmware, using Linux.
-
Securing the connection to the MQTT broker using TLS and SpringCore client certificates
The aim of this tutorial is to configure a SpringPark as a Network SmartReader/MQTT client with a mosquitto broker. The SpringPark in this configuration acts as an MQTT client (using TLS). It sends its tags to the mosquitto broker hosted at mqtt.springcard.com. For this howto, we will assume that: your SpringPark is using a default…
-
How to use a SpringCore network device as a SmartReader/MQTT client
The aim of this tutorial is to configure a SpringPark as a Network SmartReader using MQTT. The SpringPark in this configuration acts as an MQTT client and sends its tags to the broker.
-
How to setup and use a SpringPark as an Amazon AWS client
The aim of this demonstration is to configure a SpringPark as a Network SmartReader/AWS client. The SpringPark in this configuration acts as an AWS IOT Core client (using TLS). It sends its tags/informations to Amazon’s cloud and can also receive commands. We won’t cover the AWS’s side (lamba function, certificates, policies, …) but focuse on…
-
How to setup and use a SpringPark as a SmartReader over TCP
The aim of this tutorial is to configure a SpringPark as a Network SmartReader. The SpringPark in this configuration acts as a TCP server (default factory port is 4000) and sends its tags to the client connected to this port. For this howto, we will assume that: your SpringPark is using a default (from factory)…
-
How to setup and use a SpringPark as a SmartReader/HTTP client
The aim of this tutorial is to configure a SpringPark as a Network SmartReader/HTTP client. The SpringPark in this configuration acts as an HTTP client (default factory port is 80) and sends its tags to the server. For this howto, we will assume that: your SpringPark is using a default (from factory) configuration. you have…