Skip to content

Repository files navigation

South plugin for Flir AX8 camera

A plugin that connects a Flir AX8 camera via Modbus TCP.

This plugin consists of the modbus map for the camera and will load the gneric modbus-c plugin to provide the connectivity layer.

Description

This plugin supports FlirAX8 device connected via modbus interface. It internally uses fledge-south-modbus plugin and Linux libmodbus library.

Build

To build FlirAX8 modbus plugin run the commands:

$ mkdir build
$ cd build
$ cmake ..
$ make

You may also pass following option to cmake to override the default behaviour:

  • FLEDGE_INSTALL sets the installation path of this plugin
NOTE:
  • 'make install' target is defined only when FLEDGE_INSTALL is set

Examples:

  • no options

    $ cmake ..

  • no options and FLEDGE_ROOT set

    $ export FLEDGE_ROOT=/some_fledge_setup

    $ cmake ..

  • set FLEDGE_INSTALL

    $ cmake -DFLEDGE_INSTALL=/home/source/develop/Fledge

    $ cmake -DFLEDGE_INSTALL=/usr/local/fledge

About

A Fledge hybrid south plugin that uses fledge-south-modbus-c to get temperature data from a Flir Thermal camera

Resources

Contributing

Stars

1 star

Watchers

12 watching

Forks

Releases

Packages

Contributors

Languages