/snet-gateway

A gateway software to exchange and handle packets of s-net(r) devices via the HDLC Daemon.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

A gateway for s-net(r) devices (snet-gateway)

A gateway software to exchange and handle packets of s-net(r) devices via the HDLC Daemon.

This package offers a gateway software to exchange packets with s-net(r) devices of the Fraunhofer-Institute for Integrated Circuits (IIS). This package connects to the "HDLC Daemon" (HDLCd) that implements the "High-level Data Link Control" protocol (HDLC). The HDLC-Daemon is found here:

This software is intended to be portable and makes use of the boost libraries. It was tested on GNU/Linux (GCC toolchain) and Microsoft Windows (nuwen MinGW).

Latest stable release of the s-net(r) gateway software:

  • v1.3 from 08.12.2016

Required libraries and tools:

  • GCC, the only tested compiler collection thus far (tested: GCC 4.9.3, GCC 6.1)
  • Boost, a platform-independent toolkit for development of C++ applications
  • CMake, the build system
  • Doxygen, for development
  • nuwen MinGW, to compile the software on Microsoft Windows (tested: 13.4, 14.0)

Documentation