Skip to content
Patrick Grimm edited this page Feb 20, 2014 · 18 revisions

Dep:

  • libubox
git clone git://nbd.name/luci2/libubox.git
cd libubox/; cmake -D BUILD_LUA:BOOL=OFF .;make
sudo make install
  • uci
git clone git://nbd.name/uci.git
cd uci/; cmake -D BUILD_LUA:BOOL=OFF .;make
sudo make install
  • bacnet-stack
git clone https://github.com/stargieg/bacnet-stack.git
make clean;make BUILD=debug BACNET_PORT=linux BACDL_DEFINE=-DBACDL_BIP=1 BACNET_DEFINES=" -DPRINT_ENABLED=1 -DINTRINSIC_REPORTING -DBACFILE -DBACAPP_ALL"

-- Make Flags BACNET_DEFINES: -DBAC_ROUTING -DPRINT_ENABLED=1 -DBACAPP_ALL -DBACFILE -DINTRINSIC_REPORTING

BACDL_DEFINE: -DBACDL_ETHERNET=1 -DBACDL_ARCNET=1 -DBACDL_MSTP=1 -DBACDL_BIP=1

BBMD_DEFINE: -DBBMD_ENABLED=1 -DBBMD_ENABLED=0 -DBBMD_CLIENT_ENABLED

BACNET_PORT = arm7 at91sam7s atmega168 atmega8 bdk-atxx4-mstp bsd dos linux lwip pic18f6720 rtos32 rx62n stm32f10x win32

Clone this wiki locally