在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例嵌入式开发 → 基于Bacnet源码

基于Bacnet源码

嵌入式开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:3.76M
  • 下载次数:6
  • 浏览次数:67
  • 发布时间:2023-03-18
  • 实例类别:嵌入式开发
  • 发 布 人:chenjw2023
  • 文件格式:.zip
  • 所需积分:2
 相关标签: BACnet NET ET cn 源码

实例介绍

【实例简介】基于Bacnet源码

【实例截图】

from clipboard

【核心代码】

.
├── bacnet-src-cfb82a937fe64b9c7d8eae1f7e723879bb4c9305
│   ├── BACnet-stack.doxyfile
│   ├── CMakeLists.txt
│   ├── Makefile
│   ├── README.md
│   ├── apps
│   │   ├── Makefile
│   │   ├── abort
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── dcc
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── epics
│   │   │   ├── Makefile
│   │   │   ├── bacepics.h
│   │   │   └── main.c
│   │   ├── error
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── gateway
│   │   │   ├── Makefile
│   │   │   ├── gateway.h
│   │   │   └── main.c
│   │   ├── getevent
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── iam
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── iamrouter
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── initrouter
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── mstpcap
│   │   │   ├── Makefile
│   │   │   ├── main.c
│   │   │   └── mstpcap.txt
│   │   ├── mstpcrc
│   │   │   ├── Makefile
│   │   │   ├── build.bat
│   │   │   ├── main.c
│   │   │   └── readme.txt
│   │   ├── perl
│   │   │   ├── Documentation
│   │   │   │   ├── index.html
│   │   │   │   ├── jquery.js
│   │   │   │   ├── syntax.css
│   │   │   │   └── syntax.js
│   │   │   ├── bacnet.pl
│   │   │   ├── example_readprop.pl
│   │   │   ├── perl_bindings.c
│   │   │   └── readme.txt
│   │   ├── piface
│   │   │   ├── Makefile
│   │   │   ├── configure.sh
│   │   │   ├── device.c
│   │   │   ├── main.c
│   │   │   └── readme.txt
│   │   ├── ptransfer
│   │   │   ├── Makefile
│   │   │   ├── h_pt.c
│   │   │   ├── h_pt.h
│   │   │   ├── h_pt_a.c
│   │   │   ├── h_pt_a.h
│   │   │   ├── main.c
│   │   │   ├── ptransfer.sln
│   │   │   ├── s_ptransfer.c
│   │   │   └── s_ptransfer.h
│   │   ├── readbdt
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── readfdt
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── readfile
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── readprop
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── readpropm
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── readrange
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── reinit
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── router
│   │   │   ├── Makefile
│   │   │   ├── init.cfg
│   │   │   ├── ipmodule.c
│   │   │   ├── ipmodule.h
│   │   │   ├── main.c
│   │   │   ├── msgqueue.c
│   │   │   ├── msgqueue.h
│   │   │   ├── mstpmodule.c
│   │   │   ├── mstpmodule.h
│   │   │   ├── network_layer.c
│   │   │   ├── network_layer.h
│   │   │   ├── portthread.c
│   │   │   ├── portthread.h
│   │   │   └── readme.txt
│   │   ├── router-ipv6
│   │   │   ├── Makefile
│   │   │   ├── main.c
│   │   │   └── readme.txt
│   │   ├── scov
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── server
│   │   │   ├── Makefile
│   │   │   ├── PICS.odt
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       └── bacserv
│   │   │   ├── epics_vts3.tpi
│   │   │   └── main.c
│   │   ├── timesync
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── ucov
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── uevent
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── uptransfer
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── whohas
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── whois
│   │   │   ├── Makefile
│   │   │   ├── bacwi.layout
│   │   │   └── main.c
│   │   ├── whoisrouter
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── writefile
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   ├── writeprop
│   │   │   ├── Makefile
│   │   │   └── main.c
│   │   └── writepropm
│   │       ├── Makefile
│   │       └── main.c
│   ├── bin
│   │   ├── abort-reason.sh
│   │   ├── bacroute.sh
│   │   ├── bacrpd.bat
│   │   ├── bacrpd.sh
│   │   ├── bvlc.bat
│   │   ├── bvlc.sh
│   │   ├── door-status.sh
│   │   ├── error-code.sh
│   │   ├── event-state.sh
│   │   ├── event-type.sh
│   │   ├── lock-status.sh
│   │   ├── object-type.sh
│   │   ├── program-request.sh
│   │   ├── program-state.sh
│   │   ├── property-states.sh
│   │   ├── property_id.sh
│   │   ├── readme.txt
│   │   ├── reliability.sh
│   │   ├── restart-reason.sh
│   │   ├── units.sh
│   │   └── vendor-id.sh
│   ├── build.bat
│   ├── build.sh
│   ├── cmake
│   │   └── Config.cmake.in
│   ├── cmake-format.yaml
│   ├── configure
│   ├── doc
│   │   ├── BACnet-Protocol-Diagram.odg
│   │   ├── BACnetCollapsedArchitecture.flw
│   │   ├── README.build
│   │   ├── README.codeblocks
│   │   ├── README.developer
│   │   ├── README.doxygen
│   │   ├── README.faq
│   │   ├── README.msvc
│   │   ├── README.msvs
│   │   ├── README.release
│   │   ├── README.sloc
│   │   ├── README.todo
│   │   ├── README.ubuntu
│   │   ├── README.utils
│   │   ├── README.workflow
│   │   ├── RPM-Handler.flw
│   │   ├── bac_stack_footer.html
│   │   ├── bac_stack_header.html
│   │   ├── code-standard.txt
│   │   ├── htdocs
│   │   │   ├── images
│   │   │   │   └── BACnet.png
│   │   │   └── index.html
│   │   ├── indent
│   │   │   └── README.md
│   │   ├── man
│   │   │   ├── bacrp.1
│   │   │   ├── bacwi.1
│   │   │   └── bacwp.1
│   │   └── output
│   │       ├── BAC_stack.html
│   │       └── html
│   │           └── BACnet_sm.png
│   ├── license
│   │   ├── gpl-2.txt
│   │   └── readme.txt
│   ├── ports
│   │   ├── arduino_uno
│   │   │   ├── Makefile
│   │   │   ├── apdu.c
│   │   │   ├── av.c
│   │   │   ├── av.h
│   │   │   ├── bip-init.c
│   │   │   ├── bip.c
│   │   │   ├── bip.h
│   │   │   ├── bv.c
│   │   │   ├── bv.h
│   │   │   ├── bvlc-arduino.c
│   │   │   ├── bvlc-arduino.h
│   │   │   ├── datalink.h
│   │   │   ├── device.c
│   │   │   ├── device.h
│   │   │   ├── external
│   │   │   │   └── Arduino
│   │   │   │       ├── Ethernet
│   │   │   │       │   ├── Makefile
│   │   │   │       │   ├── include
│   │   │   │       │   │   ├── SPI.h
│   │   │   │       │   │   ├── util.h
│   │   │   │       │   │   ├── w5100.h
│   │   │   │       │   │   └── w5100Wrapper.h
│   │   │   │       │   └── src
│   │   │   │       │       ├── SPI.cpp
│   │   │   │       │       ├── socket.cpp
│   │   │   │       │       ├── w5100.cpp
│   │   │   │       │       └── w5100Wrapper.cpp
│   │   │   │       └── core
│   │   │   │           └── include
│   │   │   │               ├── Arduino.h
│   │   │   │               ├── HardwareSerial.h
│   │   │   │               ├── Server.h
│   │   │   │               ├── USBAPI.h
│   │   │   │               ├── USBCore.h
│   │   │   │               ├── Udp.h
│   │   │   │               ├── binary.h
│   │   │   │               ├── new.h
│   │   │   │               ├── pins_arduino.h
│   │   │   │               └── wiring_private.h
│   │   │   ├── h_rp.c
│   │   │   ├── h_whois.c
│   │   │   ├── h_wp.c
│   │   │   ├── main.c
│   │   │   ├── stdbool.h
│   │   │   ├── stdint.h
│   │   │   ├── txbuf.h
│   │   │   ├── uart.c
│   │   │   └── uart.h
│   │   ├── at91sam7s
│   │   │   ├── Makefile
│   │   │   ├── ai.c
│   │   │   ├── at91sam7s256.h
│   │   │   ├── at91sam7s256.ld
│   │   │   ├── av.c
│   │   │   ├── bacnet.ewp
│   │   │   ├── bacnet.eww
│   │   │   ├── bi.c
│   │   │   ├── blinker.c
│   │   │   ├── board.h
│   │   │   ├── bv.c
│   │   │   ├── crt.s
│   │   │   ├── device.c
│   │   │   ├── dlmstp.c
│   │   │   ├── init.c
│   │   │   ├── irq.c
│   │   │   ├── isr.c
│   │   │   ├── isr.h
│   │   │   ├── main.c
│   │   │   ├── readme.txt
│   │   │   ├── rs485.c
│   │   │   ├── rs485.h
│   │   │   ├── timer.c
│   │   │   └── timer.h
│   │   ├── atmega168
│   │   │   ├── Makefile
│   │   │   ├── PICS.odt
│   │   │   ├── ai.c
│   │   │   ├── ai.h
│   │   │   ├── apdu.c
│   │   │   ├── av.c
│   │   │   ├── av.h
│   │   │   ├── avr035.h
│   │   │   ├── bacnet.aps
│   │   │   ├── bacnet.ewp
│   │   │   ├── bacnet.eww
│   │   │   ├── bv.c
│   │   │   ├── bv.h
│   │   │   ├── device.c
│   │   │   ├── device.h
│   │   │   ├── dlmstp.c
│   │   │   ├── h_rp.c
│   │   │   ├── h_whois.c
│   │   │   ├── h_wp.c
│   │   │   ├── hardware.h
│   │   │   ├── hardware.ods
│   │   │   ├── iar2gcc.h
│   │   │   ├── main.c
│   │   │   ├── readme.txt
│   │   │   ├── rs485.c
│   │   │   ├── rs485.h
│   │   │   ├── stack.c
│   │   │   ├── stack.h
│   │   │   ├── timer.c
│   │   │   └── timer.h
│   │   ├── bdk-atxx4-mstp
│   │   │   ├── Makefile
│   │   │   ├── PICS.odt
│   │   │   ├── adc-block.c
│   │   │   ├── adc.c
│   │   │   ├── adc.h
│   │   │   ├── ai.c
│   │   │   ├── av.c
│   │   │   ├── avrosp
│   │   │   │   ├── AVRBootloader.cpp
│   │   │   │   ├── AVRBootloader.hpp
│   │   │   │   ├── AVRDevice.cpp
│   │   │   │   ├── AVRDevice.hpp
│   │   │   │   ├── AVRInSystemProg.cpp
│   │   │   │   ├── AVRInSystemProg.hpp
│   │   │   │   ├── AVROSP.dev
│   │   │   │   ├── AVRProgrammer.cpp
│   │   │   │   ├── AVRProgrammer.hpp
│   │   │   │   ├── CommChannel.cpp
│   │   │   │   ├── CommChannel.hpp
│   │   │   │   ├── ErrorMsg.cpp
│   │   │   │   ├── ErrorMsg.hpp
│   │   │   │   ├── HEXParser.cpp
│   │   │   │   ├── HEXParser.hpp
│   │   │   │   ├── JobInfo.cpp
│   │   │   │   ├── JobInfo.hpp
│   │   │   │   ├── SerialPort.cpp
│   │   │   │   ├── SerialPort.hpp
│   │   │   │   ├── Utility.cpp
│   │   │   │   ├── Utility.hpp
│   │   │   │   ├── XMLParser.cpp
│   │   │   │   ├── XMLParser.hpp
│   │   │   │   ├── main.cpp
│   │   │   │   └── readme.txt
│   │   │   ├── bacnet.aps
│   │   │   ├── bacnet.atsln
│   │   │   ├── bacnet.c
│   │   │   ├── bacnet.cproj
│   │   │   ├── bacnet.ewp
│   │   │   ├── bacnet.eww
│   │   │   ├── bacnet.h
│   │   │   ├── bacnet.hzp
│   │   │   ├── bacnet.hzs
│   │   │   ├── bi.c
│   │   │   ├── bname.c
│   │   │   ├── bname.h
│   │   │   ├── bo.c
│   │   │   ├── bootloader
│   │   │   │   ├── Makefile
│   │   │   │   ├── bootloader.aps
│   │   │   │   ├── defines.h
│   │   │   │   ├── flash.h
│   │   │   │   ├── main.c
│   │   │   │   ├── parts.txt
│   │   │   │   ├── preprocessor.sh
│   │   │   │   ├── preprocessor.xls
│   │   │   │   ├── serial.c
│   │   │   │   └── serial.h
│   │   │   ├── crossworks
│   │   │   │   └── stdbool.h
│   │   │   ├── device.c
│   │   │   ├── dlmstp.c
│   │   │   ├── eeprom.c
│   │   │   ├── eeprom.h
│   │   │   ├── epics_vts3.tpi
│   │   │   ├── fuses.c
│   │   │   ├── hardware.h
│   │   │   ├── hardware.ods
│   │   │   ├── iar2gcc.h
│   │   │   ├── init.c
│   │   │   ├── init.h
│   │   │   ├── input.c
│   │   │   ├── input.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── mstimer-init.c
│   │   │   ├── nvdata.h
│   │   │   ├── rs485.c
│   │   │   ├── rs485.h
│   │   │   ├── seeprom.c
│   │   │   ├── seeprom.h
│   │   │   ├── serial.c
│   │   │   ├── serial.h
│   │   │   ├── stack.c
│   │   │   ├── stack.h
│   │   │   ├── test.c
│   │   │   ├── test.h
│   │   │   ├── watchdog.c
│   │   │   └── watchdog.h
│   │   ├── bsd
│   │   │   ├── bacport.h
│   │   │   ├── bip-init.c
│   │   │   ├── datetime-init.c
│   │   │   ├── main.c
│   │   │   ├── mstimer-init.c
│   │   │   ├── readme.txt
│   │   │   └── stdbool.h
│   │   ├── esp32
│   │   │   ├── lib
│   │   │   │   └── readme.txt
│   │   │   ├── platformio.ini
│   │   │   ├── readme.txt
│   │   │   └── src
│   │   │       ├── ai.c
│   │   │       ├── ai.h
│   │   │       ├── bip_init.c
│   │   │       ├── bo.c
│   │   │       ├── bo.h
│   │   │       ├── device.c
│   │   │       ├── device.h
│   │   │       ├── main.c
│   │   │       └── sdkconfig.h
│   │   ├── linux
│   │   │   ├── arcnet.c
│   │   │   ├── bacnet_ipv6.lua
│   │   │   ├── bacport.h
│   │   │   ├── bip-init.c
│   │   │   ├── bip6.c
│   │   │   ├── datetime-init.c
│   │   │   ├── dlmstp.c
│   │   │   ├── dlmstp.mak
│   │   │   ├── dlmstp_linux.c
│   │   │   ├── dlmstp_linux.h
│   │   │   ├── ethernet.c
│   │   │   ├── mstimer-init.c
│   │   │   ├── mstpsnap.c
│   │   │   ├── mstpsnap.mak
│   │   │   ├── readme.txt
│   │   │   ├── rs485.c
│   │   │   ├── rs485.h
│   │   │   ├── rs485.mak
│   │   │   ├── rx_fsm.c
│   │   │   └── rx_fsm.mak
│   │   ├── lwip
│   │   │   ├── bip.c
│   │   │   └── net.h
│   │   ├── pic18f6720
│   │   │   ├── 18F6720.lkr
│   │   │   ├── BACnet-Server.X
│   │   │   │   ├── Makefile
│   │   │   │   └── nbproject
│   │   │   │       ├── Makefile-default.mk
│   │   │   │       ├── Makefile-genesis.properties
│   │   │   │       ├── Makefile-impl.mk
│   │   │   │       ├── Makefile-local-default.mk
│   │   │   │       ├── Makefile-variables.mk
│   │   │   │       ├── Package-default.bash
│   │   │   │       ├── configurations.xml
│   │   │   │       ├── project.properties
│   │   │   │       └── project.xml
│   │   │   ├── BACnet-Server.mcp
│   │   │   ├── BACnet-Server.mcw
│   │   │   ├── Makefile
│   │   │   ├── ai.c
│   │   │   ├── apdu.c
│   │   │   ├── av.c
│   │   │   ├── bi.c
│   │   │   ├── bv.c
│   │   │   ├── device.c
│   │   │   ├── dlmstp.c
│   │   │   ├── dlmstp.h
│   │   │   ├── hardware.h
│   │   │   ├── isr.c
│   │   │   ├── main.c
│   │   │   ├── mstp.c
│   │   │   ├── mstp.h
│   │   │   ├── pic18f6720.tpi
│   │   │   ├── readme.txt
│   │   │   ├── rs485.c
│   │   │   ├── rs485.h
│   │   │   ├── stdbool.h
│   │   │   └── stdint.h
│   │   ├── pic18f97j60
│   │   │   ├── BACnet-Server.X
│   │   │   │   ├── Makefile
│   │   │   │   └── nbproject
│   │   │   │       ├── Makefile-default.mk
│   │   │   │       ├── Makefile-genesis.properties
│   │   │   │       ├── Makefile-impl.mk
│   │   │   │       ├── Makefile-local-default.mk
│   │   │   │       ├── Makefile-variables.mk
│   │   │   │       ├── Package-default.bash
│   │   │   │       ├── configurations.xml
│   │   │   │       ├── private
│   │   │   │       │   ├── configurations.xml
│   │   │   │       │   └── private.xml
│   │   │   │       ├── project.properties
│   │   │   │       └── project.xml
│   │   │   ├── Makefile
│   │   │   ├── ai.c
│   │   │   ├── apdu.c
│   │   │   ├── av.c
│   │   │   ├── bi.c
│   │   │   ├── bv.c
│   │   │   ├── device.c
│   │   │   ├── dlmstp.c
│   │   │   ├── dlmstp.h
│   │   │   ├── hardware.h
│   │   │   ├── isr.c
│   │   │   ├── main.c
│   │   │   ├── mstp.c
│   │   │   ├── mstp.h
│   │   │   ├── readme.txt
│   │   │   ├── rs485.c
│   │   │   ├── rs485.h
│   │   │   ├── stdbool.h
│   │   │   └── stdint.h
│   │   ├── rx62n
│   │   │   ├── bacnet.c
│   │   │   ├── bacnet.h
│   │   │   ├── bo.c
│   │   │   ├── device.c
│   │   │   ├── ethernet.c
│   │   │   ├── hardware.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── mstimer-init.c
│   │   │   └── readme.txt
│   │   ├── stm32f10x
│   │   │   ├── CMSIS
│   │   │   │   ├── CMSIS debug support.htm
│   │   │   │   ├── CMSIS_Core.htm
│   │   │   │   ├── CMSIS_changes.htm
│   │   │   │   ├── License.doc
│   │   │   │   ├── TrueSTUDIO
│   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   ├── arm
│   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   ├── core_cm3.c
│   │   │   │   ├── core_cm3.h
│   │   │   │   ├── gcc_ride7
│   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   ├── iar
│   │   │   │   │   ├── startup_stm32f10x_cl.s
│   │   │   │   │   ├── startup_stm32f10x_hd.s
│   │   │   │   │   ├── startup_stm32f10x_hd_vl.s
│   │   │   │   │   ├── startup_stm32f10x_ld.s
│   │   │   │   │   ├── startup_stm32f10x_ld_vl.s
│   │   │   │   │   ├── startup_stm32f10x_md.s
│   │   │   │   │   ├── startup_stm32f10x_md_vl.s
│   │   │   │   │   └── startup_stm32f10x_xl.s
│   │   │   │   ├── stm32f10x.h
│   │   │   │   └── system_stm32f10x.h
│   │   │   ├── Makefile
│   │   │   ├── STM32_BACnet_Demo.svg
│   │   │   ├── STM32_BACnet_Software.svg
│   │   │   ├── automac.c
│   │   │   ├── automac.h
│   │   │   ├── bacnet.c
│   │   │   ├── bacnet.ewp
│   │   │   ├── bacnet.eww
│   │   │   ├── bacnet.h
│   │   │   ├── bo.c
│   │   │   ├── device.c
│   │   │   ├── dlmstp.c
│   │   │   ├── drivers
│   │   │   │   ├── Release_Notes_for_STM32F10x_StdPeriph_Driver.html
│   │   │   │   ├── inc
│   │   │   │   │   ├── stm32f10x_adc.h
│   │   │   │   │   ├── stm32f10x_bkp.h
│   │   │   │   │   ├── stm32f10x_can.h
│   │   │   │   │   ├── stm32f10x_cec.h
│   │   │   │   │   ├── stm32f10x_crc.h
│   │   │   │   │   ├── stm32f10x_dac.h
│   │   │   │   │   ├── stm32f10x_dbgmcu.h
│   │   │   │   │   ├── stm32f10x_dma.h
│   │   │   │   │   ├── stm32f10x_exti.h
│   │   │   │   │   ├── stm32f10x_flash.h
│   │   │   │   │   ├── stm32f10x_fsmc.h
│   │   │   │   │   ├── stm32f10x_gpio.h
│   │   │   │   │   ├── stm32f10x_i2c.h
│   │   │   │   │   ├── stm32f10x_iwdg.h
│   │   │   │   │   ├── stm32f10x_misc.h
│   │   │   │   │   ├── stm32f10x_pwr.h
│   │   │   │   │   ├── stm32f10x_rcc.h
│   │   │   │   │   ├── stm32f10x_rtc.h
│   │   │   │   │   ├── stm32f10x_sdio.h
│   │   │   │   │   ├── stm32f10x_spi.h
│   │   │   │   │   ├── stm32f10x_tim.h
│   │   │   │   │   ├── stm32f10x_usart.h
│   │   │   │   │   └── stm32f10x_wwdg.h
│   │   │   │   └── src
│   │   │   │       ├── stm32f10x_adc.c
│   │   │   │       ├── stm32f10x_bkp.c
│   │   │   │       ├── stm32f10x_can.c
│   │   │   │       ├── stm32f10x_cec.c
│   │   │   │       ├── stm32f10x_crc.c
│   │   │   │       ├── stm32f10x_dac.c
│   │   │   │       ├── stm32f10x_dbgmcu.c
│   │   │   │       ├── stm32f10x_dma.c
│   │   │   │       ├── stm32f10x_exti.c
│   │   │   │       ├── stm32f10x_flash.c
│   │   │   │       ├── stm32f10x_fsmc.c
│   │   │   │       ├── stm32f10x_gpio.c
│   │   │   │       ├── stm32f10x_i2c.c
│   │   │   │       ├── stm32f10x_iwdg.c
│   │   │   │       ├── stm32f10x_misc.c
│   │   │   │       ├── stm32f10x_pwr.c
│   │   │   │       ├── stm32f10x_rcc.c
│   │   │   │       ├── stm32f10x_rtc.c
│   │   │   │       ├── stm32f10x_sdio.c
│   │   │   │       ├── stm32f10x_spi.c
│   │   │   │       ├── stm32f10x_tim.c
│   │   │   │       ├── stm32f10x_usart.c
│   │   │   │       ├── stm32f10x_wwdg.c
│   │   │   │       └── syscalls.c
│   │   │   ├── hardware.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── mstimer-init.c
│   │   │   ├── readme.txt
│   │   │   ├── rs485.c
│   │   │   ├── rs485.h
│   │   │   ├── stm32-rs485-daughter.brd
│   │   │   ├── stm32-rs485-daughter.ods
│   │   │   ├── stm32-rs485-daughter.sch
│   │   │   ├── stm32f10x.ld
│   │   │   ├── stm32f10x_conf.h
│   │   │   ├── stm32f10x_flash.icf
│   │   │   ├── stm32f10x_it.c
│   │   │   ├── stm32f10x_it.h
│   │   │   └── system_stm32f10x.c
│   │   ├── uip
│   │   │   ├── _stdint.h
│   │   │   ├── bip.c
│   │   │   ├── net.h
│   │   │   └── stdbool.h
│   │   ├── win32
│   │   │   ├── MAKEFILE.MAK
│   │   │   ├── bacport.h
│   │   │   ├── bip-init.c
│   │   │   ├── bip6.c
│   │   │   ├── borland.bat
│   │   │   ├── datetime-init.c
│   │   │   ├── dlmstp-mm.c
│   │   │   ├── dlmstp.c
│   │   │   ├── ethernet.c
│   │   │   ├── main.c
│   │   │   ├── makefile.mgw
│   │   │   ├── mstimer-init.c
│   │   │   ├── readme.txt
│   │   │   ├── rs485.c
│   │   │   ├── rs485.h
│   │   │   ├── rs485.mak
│   │   │   ├── rx_fsm.c
│   │   │   ├── rx_fsm.mak
│   │   │   └── setvars.bat
│   │   └── xplained
│   │       ├── ASF
│   │       │   ├── common
│   │       │   │   ├── boards
│   │       │   │   │   └── board.h
│   │       │   │   ├── drivers
│   │       │   │   │   └── nvm
│   │       │   │   │       ├── common_nvm.h
│   │       │   │   │       └── xmega
│   │       │   │   │           └── xmega_nvm.c
│   │       │   │   ├── services
│   │       │   │   │   ├── clock
│   │       │   │   │   │   ├── genclk.h
│   │       │   │   │   │   ├── osc.h
│   │       │   │   │   │   ├── pll.h
│   │       │   │   │   │   ├── sysclk.h
│   │       │   │   │   │   └── xmega
│   │       │   │   │   │       ├── osc.h
│   │       │   │   │   │       ├── pll.h
│   │       │   │   │   │       ├── sysclk.c
│   │       │   │   │   │       └── sysclk.h
│   │       │   │   │   ├── delay
│   │       │   │   │   │   ├── delay.h
│   │       │   │   │   │   └── xmega
│   │       │   │   │   │       └── cycle_counter.h
│   │       │   │   │   ├── gpio
│   │       │   │   │   │   ├── gpio.h
│   │       │   │   │   │   └── xmega_gpio
│   │       │   │   │   │       └── xmega_gpio.h
│   │       │   │   │   ├── ioport
│   │       │   │   │   │   ├── ioport.h
│   │       │   │   │   │   └── xmega
│   │       │   │   │   │       ├── ioport.h
│   │       │   │   │   │       ├── ioport_compat.c
│   │       │   │   │   │       └── ioport_compat.h
│   │       │   │   │   ├── serial
│   │       │   │   │   │   ├── serial.h
│   │       │   │   │   │   ├── usart_serial.c
│   │       │   │   │   │   └── xmega_usart
│   │       │   │   │   │       └── usart_serial.h
│   │       │   │   │   └── sleepmgr
│   │       │   │   │       ├── sleepmgr.h
│   │       │   │   │       └── xmega
│   │       │   │   │           ├── sleepmgr.c
│   │       │   │   │           └── sleepmgr.h
│   │       │   │   └── utils
│   │       │   │       ├── interrupt
│   │       │   │       │   └── interrupt_avr8.h
│   │       │   │       ├── interrupt.h
│   │       │   │       ├── make
│   │       │   │       │   └── Makefile.avr.in
│   │       │   │       ├── parts.h
│   │       │   │       └── stdio
│   │       │   │           ├── read.c
│   │       │   │           ├── stdio_serial
│   │       │   │           │   └── stdio_serial.h
│   │       │   │           └── write.c
│   │       │   └── xmega
│   │       │       ├── boards
│   │       │       │   └── xmega_a3bu_xplained
│   │       │       │       ├── init.c
│   │       │       │       ├── led.h
│   │       │       │       └── xmega_a3bu_xplained.h
│   │       │       ├── drivers
│   │       │       │   ├── adc
│   │       │       │   │   ├── adc.c
│   │       │       │   │   ├── adc.h
│   │       │       │   │   └── xmega_aau
│   │       │       │   │       └── adc_aau.c
│   │       │       │   ├── cpu
│   │       │       │   │   ├── ccp.h
│   │       │       │   │   ├── ccp.s
│   │       │       │   │   └── xmega_reset_cause.h
│   │       │       │   ├── nvm
│   │       │       │   │   ├── nvm.c
│   │       │       │   │   ├── nvm.h
│   │       │       │   │   └── nvm_asm.s
│   │       │       │   ├── pmic
│   │       │       │   │   └── pmic.h
│   │       │       │   ├── rtc32
│   │       │       │   │   ├── rtc32.c
│   │       │       │   │   └── rtc32.h
│   │       │       │   ├── sleep
│   │       │       │   │   └── sleep.h
│   │       │       │   ├── tc
│   │       │       │   │   ├── tc.c
│   │       │       │   │   └── tc.h
│   │       │       │   ├── twi
│   │       │       │   │   ├── twi_common.h
│   │       │       │   │   ├── twim.c
│   │       │       │   │   ├── twim.h
│   │       │       │   │   ├── twis.c
│   │       │       │   │   └── twis.h
│   │       │       │   ├── usart
│   │       │       │   │   ├── usart.c
│   │       │       │   │   └── usart.h
│   │       │       │   └── wdt
│   │       │       │       ├── wdt.c
│   │       │       │       └── wdt.h
│   │       │       ├── services
│   │       │       │   ├── pwm
│   │       │       │   │   ├── pwm.c
│   │       │       │   │   └── pwm.h
│   │       │       │   └── timeout
│   │       │       │       ├── timeout.c
│   │       │       │       └── timeout.h
│   │       │       └── utils
│   │       │           ├── assembler
│   │       │           │   └── gas.h
│   │       │           ├── assembler.h
│   │       │           ├── bit_handling
│   │       │           │   └── clz_ctz.h
│   │       │           ├── compiler.h
│   │       │           ├── preprocessor
│   │       │           │   ├── mrepeat.h
│   │       │           │   ├── preprocessor.h
│   │       │           │   ├── stringz.h
│   │       │           │   └── tpaste.h
│   │       │           ├── progmem.h
│   │       │           └── status_codes.h
│   │       ├── adc-hdw.c
│   │       ├── adc-hdw.h
│   │       ├── ai.c
│   │       ├── asf.h
│   │       ├── bacnet.atsln
│   │       ├── bacnet.c
│   │       ├── bacnet.cproj
│   │       ├── bacnet.h
│   │       ├── bname.c
│   │       ├── bname.h
│   │       ├── config
│   │       │   ├── conf_adc.h
│   │       │   ├── conf_board.h
│   │       │   ├── conf_clock.h
│   │       │   ├── conf_nvm.h
│   │       │   ├── conf_rtc32.h
│   │       │   ├── conf_sleepmgr.h
│   │       │   ├── conf_timeout.h
│   │       │   ├── conf_twim.h
│   │       │   └── conf_usart_serial.h
│   │       ├── device.c
│   │       ├── dlmstp.c
│   │       ├── led.c
│   │       ├── led.h
│   │       ├── main.c
│   │       ├── mstimer-init.c
│   │       ├── nvmdata.c
│   │       ├── nvmdata.h
│   │       ├── readme.txt
│   │       ├── rs485-shield
│   │       │   ├── rs485-shield.brd
│   │       │   └── rs485-shield.sch
│   │       ├── rs485.c
│   │       ├── rs485.h
│   │       ├── stack.c
│   │       └── stack.h
│   ├── src
│   │   ├── Makefile
│   │   └── bacnet
│   │       ├── abort.c
│   │       ├── abort.h
│   │       ├── access_rule.c
│   │       ├── access_rule.h
│   │       ├── alarm_ack.c
│   │       ├── alarm_ack.h
│   │       ├── apdu.h
│   │       ├── arf.c
│   │       ├── arf.h
│   │       ├── assigned_access_rights.c
│   │       ├── assigned_access_rights.h
│   │       ├── authentication_factor.c
│   │       ├── authentication_factor.h
│   │       ├── authentication_factor_format.c
│   │       ├── authentication_factor_format.h
│   │       ├── awf.c
│   │       ├── awf.h
│   │       ├── bacaddr.c
│   │       ├── bacaddr.h
│   │       ├── bacapp.c
│   │       ├── bacapp.h
│   │       ├── bacdcode.c
│   │       ├── bacdcode.h
│   │       ├── bacdef.h
│   │       ├── bacdevobjpropref.c
│   │       ├── bacdevobjpropref.h
│   │       ├── bacenum.h
│   │       ├── bacerror.c
│   │       ├── bacerror.h
│   │       ├── bacint.c
│   │       ├── bacint.h
│   │       ├── bacnet_stack_exports.h
│   │       ├── bacprop.c
│   │       ├── bacprop.h
│   │       ├── bacpropstates.c
│   │       ├── bacpropstates.h
│   │       ├── bacreal.c
│   │       ├── bacreal.h
│   │       ├── bacstr.c
│   │       ├── bacstr.h
│   │       ├── bactext.c
│   │       ├── bactext.h
│   │       ├── bactimevalue.c
│   │       ├── bactimevalue.h
│   │       ├── basic
│   │       │   ├── bbmd
│   │       │   │   ├── h_bbmd.c
│   │       │   │   └── h_bbmd.h
│   │       │   ├── bbmd6
│   │       │   │   ├── h_bbmd6.c
│   │       │   │   ├── h_bbmd6.h
│   │       │   │   ├── vmac.c
│   │       │   │   └── vmac.h
│   │       │   ├── binding
│   │       │   │   ├── address.c
│   │       │   │   └── address.h
│   │       │   ├── npdu
│   │       │   │   ├── h_npdu.c
│   │       │   │   ├── h_npdu.h
│   │       │   │   ├── h_routed_npdu.c
│   │       │   │   ├── h_routed_npdu.h
│   │       │   │   ├── s_router.c
│   │       │   │   └── s_router.h
│   │       │   ├── object
│   │       │   │   ├── Makefile
│   │       │   │   ├── acc.c
│   │       │   │   ├── acc.h
│   │       │   │   ├── acc.mak
│   │       │   │   ├── access_credential.c
│   │       │   │   ├── access_credential.h
│   │       │   │   ├── access_credential.mak
│   │       │   │   ├── access_door.c
│   │       │   │   ├── access_door.h
│   │       │   │   ├── access_door.mak
│   │       │   │   ├── access_point.c
│   │       │   │   ├── access_point.h
│   │       │   │   ├── access_point.mak
│   │       │   │   ├── access_rights.c
│   │       │   │   ├── access_rights.h
│   │       │   │   ├── access_rights.mak
│   │       │   │   ├── access_user.c
│   │       │   │   ├── access_user.h
│   │       │   │   ├── access_user.mak
│   │       │   │   ├── access_zone.c
│   │       │   │   ├── access_zone.h
│   │       │   │   ├── access_zone.mak
│   │       │   │   ├── ai.c
│   │       │   │   ├── ai.h
│   │       │   │   ├── ai.mak
│   │       │   │   ├── ao.c
│   │       │   │   ├── ao.h
│   │       │   │   ├── ao.mak
│   │       │   │   ├── av.c
│   │       │   │   ├── av.h
│   │       │   │   ├── av.mak
│   │       │   │   ├── bacfile.c
│   │       │   │   ├── bacfile.h
│   │       │   │   ├── bi.c
│   │       │   │   ├── bi.h
│   │       │   │   ├── bi.mak
│   │       │   │   ├── bo.c
│   │       │   │   ├── bo.h
│   │       │   │   ├── bo.mak
│   │       │   │   ├── bv.c
│   │       │   │   ├── bv.h
│   │       │   │   ├── bv.mak
│   │       │   │   ├── channel.c
│   │       │   │   ├── channel.h
│   │       │   │   ├── client
│   │       │   │   │   └── device-client.c
│   │       │   │   ├── command.c
│   │       │   │   ├── command.h
│   │       │   │   ├── command.mak
│   │       │   │   ├── credential_data_input.c
│   │       │   │   ├── credential_data_input.h
│   │       │   │   ├── credential_data_input.mak
│   │       │   │   ├── csv.c
│   │       │   │   ├── csv.h
│   │       │   │   ├── csv.mak
│   │       │   │   ├── device.c
│   │       │   │   ├── device.h
│   │       │   │   ├── device.mak
│   │       │   │   ├── gateway
│   │       │   │   │   └── gw_device.c
│   │       │   │   ├── iv.c
│   │       │   │   ├── iv.h
│   │       │   │   ├── lc.c
│   │       │   │   ├── lc.h
│   │       │   │   ├── lc.mak
│   │       │   │   ├── lo.c
│   │       │   │   ├── lo.h
│   │       │   │   ├── lo.mak
│   │       │   │   ├── lsp.c
│   │       │   │   ├── lsp.h
│   │       │   │   ├── lsp.mak
│   │       │   │   ├── ms-input.c
│   │       │   │   ├── ms-input.h
│   │       │   │   ├── ms-input.mak
│   │       │   │   ├── mso.c
│   │       │   │   ├── mso.h
│   │       │   │   ├── mso.mak
│   │       │   │   ├── msv.c
│   │       │   │   ├── msv.h
│   │       │   │   ├── msv.mak
│   │       │   │   ├── nc.c
│   │       │   │   ├── nc.h
│   │       │   │   ├── netport.c
│   │       │   │   ├── netport.h
│   │       │   │   ├── netport.mak
│   │       │   │   ├── objects.c
│   │       │   │   ├── objects.h
│   │       │   │   ├── osv.c
│   │       │   │   ├── osv.h
│   │       │   │   ├── osv.mak
│   │       │   │   ├── piv.c
│   │       │   │   ├── piv.h
│   │       │   │   ├── piv.mak
│   │       │   │   ├── schedule.c
│   │       │   │   ├── schedule.h
│   │       │   │   ├── schedule.mak
│   │       │   │   ├── trendlog.c
│   │       │   │   └── trendlog.h
│   │       │   ├── service
│   │       │   │   ├── h_alarm_ack.c
│   │       │   │   ├── h_alarm_ack.h
│   │       │   │   ├── h_apdu.c
│   │       │   │   ├── h_apdu.h
│   │       │   │   ├── h_arf.c
│   │       │   │   ├── h_arf.h
│   │       │   │   ├── h_arf_a.c
│   │       │   │   ├── h_arf_a.h
│   │       │   │   ├── h_awf.c
│   │       │   │   ├── h_awf.h
│   │       │   │   ├── h_ccov.c
│   │       │   │   ├── h_ccov.h
│   │       │   │   ├── h_cov.c
│   │       │   │   ├── h_cov.h
│   │       │   │   ├── h_dcc.c
│   │       │   │   ├── h_dcc.h
│   │       │   │   ├── h_gas_a.c
│   │       │   │   ├── h_gas_a.h
│   │       │   │   ├── h_get_alarm_sum.c
│   │       │   │   ├── h_get_alarm_sum.h
│   │       │   │   ├── h_getevent.c
│   │       │   │   ├── h_getevent.h
│   │       │   │   ├── h_getevent_a.c
│   │       │   │   ├── h_getevent_a.h
│   │       │   │   ├── h_iam.c
│   │       │   │   ├── h_iam.h
│   │       │   │   ├── h_ihave.c
│   │       │   │   ├── h_ihave.h
│   │       │   │   ├── h_lso.c
│   │       │   │   ├── h_lso.h
│   │       │   │   ├── h_noserv.c
│   │       │   │   ├── h_noserv.h
│   │       │   │   ├── h_rd.c
│   │       │   │   ├── h_rd.h
│   │       │   │   ├── h_rp.c
│   │       │   │   ├── h_rp.h
│   │       │   │   ├── h_rp_a.c
│   │       │   │   ├── h_rp_a.h
│   │       │   │   ├── h_rpm.c
│   │       │   │   ├── h_rpm.h
│   │       │   │   ├── h_rpm_a.c
│   │       │   │   ├── h_rpm_a.h
│   │       │   │   ├── h_rr.c
│   │       │   │   ├── h_rr.h
│   │       │   │   ├── h_rr_a.c
│   │       │   │   ├── h_rr_a.h
│   │       │   │   ├── h_ts.c
│   │       │   │   ├── h_ts.h
│   │       │   │   ├── h_ucov.c
│   │       │   │   ├── h_ucov.h
│   │       │   │   ├── h_upt.c
│   │       │   │   ├── h_upt.h
│   │       │   │   ├── h_whohas.c
│   │       │   │   ├── h_whohas.h
│   │       │   │   ├── h_whois.c
│   │       │   │   ├── h_whois.h
│   │       │   │   ├── h_wp.c
│   │       │   │   ├── h_wp.h
│   │       │   │   ├── h_wpm.c
│   │       │   │   ├── h_wpm.h
│   │       │   │   ├── s_abort.c
│   │       │   │   ├── s_abort.h
│   │       │   │   ├── s_ack_alarm.c
│   │       │   │   ├── s_ack_alarm.h
│   │       │   │   ├── s_arfs.c
│   │       │   │   ├── s_arfs.h
│   │       │   │   ├── s_awfs.c
│   │       │   │   ├── s_awfs.h
│   │       │   │   ├── s_cevent.c
│   │       │   │   ├── s_cevent.h
│   │       │   │   ├── s_cov.c
│   │       │   │   ├── s_cov.h
│   │       │   │   ├── s_dcc.c
│   │       │   │   ├── s_dcc.h
│   │       │   │   ├── s_error.c
│   │       │   │   ├── s_error.h
│   │       │   │   ├── s_get_alarm_sum.c
│   │       │   │   ├── s_get_alarm_sum.h
│   │       │   │   ├── s_get_event.c
│   │       │   │   ├── s_get_event.h
│   │       │   │   ├── s_getevent.c
│   │       │   │   ├── s_getevent.h
│   │       │   │   ├── s_iam.c
│   │       │   │   ├── s_iam.h
│   │       │   │   ├── s_ihave.c
│   │       │   │   ├── s_ihave.h
│   │       │   │   ├── s_lso.c
│   │       │   │   ├── s_lso.h
│   │       │   │   ├── s_rd.c
│   │       │   │   ├── s_rd.h
│   │       │   │   ├── s_readrange.c
│   │       │   │   ├── s_readrange.h
│   │       │   │   ├── s_rp.c
│   │       │   │   ├── s_rp.h
│   │       │   │   ├── s_rpm.c
│   │       │   │   ├── s_rpm.h
│   │       │   │   ├── s_ts.c
│   │       │   │   ├── s_ts.h
│   │       │   │   ├── s_uevent.c
│   │       │   │   ├── s_uevent.h
│   │       │   │   ├── s_upt.c
│   │       │   │   ├── s_upt.h
│   │       │   │   ├── s_whohas.c
│   │       │   │   ├── s_whohas.h
│   │       │   │   ├── s_whois.c
│   │       │   │   ├── s_whois.h
│   │       │   │   ├── s_wp.c
│   │       │   │   ├── s_wp.h
│   │       │   │   ├── s_wpm.c
│   │       │   │   └── s_wpm.h
│   │       │   ├── services.h
│   │       │   ├── sys
│   │       │   │   ├── bigend.c
│   │       │   │   ├── bigend.h
│   │       │   │   ├── debug.c
│   │       │   │   ├── debug.h
│   │       │   │   ├── fifo.c
│   │       │   │   ├── fifo.h
│   │       │   │   ├── filename.c
│   │       │   │   ├── filename.h
│   │       │   │   ├── key.c
│   │       │   │   ├── key.h
│   │       │   │   ├── keylist.c
│   │       │   │   ├── keylist.h
│   │       │   │   ├── mstimer.c
│   │       │   │   ├── mstimer.h
│   │       │   │   ├── ringbuf.c
│   │       │   │   ├── ringbuf.h
│   │       │   │   ├── sbuf.c
│   │       │   │   └── sbuf.h
│   │       │   ├── tsm
│   │       │   │   ├── tsm.c
│   │       │   │   └── tsm.h
│   │       │   └── ucix
│   │       │       ├── ucix.c
│   │       │       └── ucix.h
│   │       ├── bits.h
│   │       ├── bytes.h
│   │       ├── config.h
│   │       ├── cov.c
│   │       ├── cov.h
│   │       ├── credential_authentication_factor.c
│   │       ├── credential_authentication_factor.h
│   │       ├── datalink
│   │       │   ├── arcnet.h
│   │       │   ├── bacsec.c
│   │       │   ├── bacsec.h
│   │       │   ├── bip.h
│   │       │   ├── bip6.h
│   │       │   ├── bvlc.c
│   │       │   ├── bvlc.h
│   │       │   ├── bvlc6.c
│   │       │   ├── bvlc6.h
│   │       │   ├── crc.c
│   │       │   ├── crc.h
│   │       │   ├── datalink.c
│   │       │   ├── datalink.h
│   │       │   ├── dlenv.c
│   │       │   ├── dlenv.h
│   │       │   ├── dlmstp.h
│   │       │   ├── ethernet.h
│   │       │   ├── mstp.c
│   │       │   ├── mstp.h
│   │       │   ├── mstpdef.h
│   │       │   ├── mstptext.c
│   │       │   └── mstptext.h
│   │       ├── datetime.c
│   │       ├── datetime.h
│   │       ├── dcc.c
│   │       ├── dcc.h
│   │       ├── event.c
│   │       ├── event.h
│   │       ├── get_alarm_sum.c
│   │       ├── get_alarm_sum.h
│   │       ├── getevent.c
│   │       ├── getevent.h
│   │       ├── iam.c
│   │       ├── iam.h
│   │       ├── ihave.c
│   │       ├── ihave.h
│   │       ├── indtext.c
│   │       ├── indtext.h
│   │       ├── lighting.c
│   │       ├── lighting.h
│   │       ├── lso.c
│   │       ├── lso.h
│   │       ├── memcopy.c
│   │       ├── memcopy.h
│   │       ├── npdu.c
│   │       ├── npdu.h
│   │       ├── property.c
│   │       ├── property.h
│   │       ├── proplist.c
│   │       ├── proplist.h
│   │       ├── ptransfer.c
│   │       ├── ptransfer.h
│   │       ├── rd.c
│   │       ├── rd.h
│   │       ├── readrange.c
│   │       ├── readrange.h
│   │       ├── reject.c
│   │       ├── reject.h
│   │       ├── rp.c
│   │       ├── rp.h
│   │       ├── rpm.c
│   │       ├── rpm.h
│   │       ├── timestamp.c
│   │       ├── timestamp.h
│   │       ├── timesync.c
│   │       ├── timesync.h
│   │       ├── version.h
│   │       ├── whohas.c
│   │       ├── whohas.h
│   │       ├── whois.c
│   │       ├── whois.h
│   │       ├── wp.c
│   │       ├── wp.h
│   │       ├── wpm.c
│   │       └── wpm.h
│   ├── test
│   │   ├── Makefile
│   │   ├── abort.mak
│   │   ├── address.mak
│   │   ├── arf.mak
│   │   ├── awf.mak
│   │   ├── bacapp.mak
│   │   ├── bacdcode.mak
│   │   ├── bacdevobjpropref.mak
│   │   ├── bacerror.mak
│   │   ├── bacint.mak
│   │   ├── bacnet
│   │   │   ├── bacreal
│   │   │   │   ├── Makefile
│   │   │   │   └── main.c
│   │   │   └── basic
│   │   │       ├── bbmd
│   │   │       │   ├── Makefile
│   │   │       │   └── main.c
│   │   │       ├── bbmd6
│   │   │       │   ├── Makefile
│   │   │       │   └── main.c
│   │   │       └── object
│   │   │           └── objects
│   │   │               ├── Makefile
│   │   │               └── main.c
│   │   ├── bacstr.mak
│   │   ├── bbmd6.mak
│   │   ├── bvlc.mak
│   │   ├── bvlc6.mak
│   │   ├── cov.mak
│   │   ├── crc.mak
│   │   ├── ctest.c
│   │   ├── ctest.h
│   │   ├── datetime.mak
│   │   ├── dcc.mak
│   │   ├── event.mak
│   │   ├── fifo.mak
│   │   ├── filename.mak
│   │   ├── getevent.mak
│   │   ├── iam.mak
│   │   ├── ihave.mak
│   │   ├── indtext.mak
│   │   ├── key.mak
│   │   ├── keylist.mak
│   │   ├── lighting.mak
│   │   ├── lso.mak
│   │   ├── memcopy.mak
│   │   ├── mstp.mak
│   │   ├── npdu.mak
│   │   ├── proplist.mak
│   │   ├── ptransfer.mak
│   │   ├── rd.mak
│   │   ├── reject.mak
│   │   ├── ringbuf.mak
│   │   ├── rp.mak
│   │   ├── rpm.mak
│   │   ├── sbuf.mak
│   │   ├── timer.mak
│   │   ├── timesync.mak
│   │   ├── vmac.mak
│   │   ├── whohas.mak
│   │   ├── whois.mak
│   │   └── wp.mak
│   └── unittest.bat
└── 基于Bacnet源码_bacnet-src-1.0.0.zip

162 directories, 1141 files


标签: BACnet NET ET cn 源码

实例下载地址

基于Bacnet源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警