shadowlamer / mqtt-client-boilerplate

Payment system module template for vending machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Payment system module template for vending machine

Implement your own logic in MyPaymentSystem class.

For mor information visit https://3voda.ru

PREREQUISITIES

  • ahrm64 gcc toolchain
  • libmosquitto-dev:arm64
  • libmosquittopp-dev:arm64
  • libpoco-dev:arm64

CROSS BUILDING

cmake -DCMAKE_TOOLCHAIN_FILE=cmake_toolchains/ubuntu-arm64.cmake .
make

PACKAGING LIBRARY

cmake -DCMAKE_TOOLCHAIN_FILE=cmake_toolchains/ubuntu-arm64.cmake .
make package

About

Payment system module template for vending machine


Languages

Language:C++ 97.2%Language:CMake 2.8%Language:C 0.0%