This website requires JavaScript.
Explore
Help
Register
Sign In
dali
/
bacnet_stack
Watch
1
Star
0
Fork
0
You've already forked bacnet_stack
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
781da0b53bfe6926961bb229477458d6d1c1cf3d
bacnet_stack
/
bacnet-stack
/
ports
/
linux
T
History
skarg
781da0b53b
Fixed MSTP dropped packets on Linux by fixing usage of ptheads condition variable. Turns out that condition variables cannot be used on their own. They need to be paired with a shared state such as a flag variable protected by a mutex.
2014-11-15 22:03:17 +00:00
..
arcnet.c
The beginning of doxygenation, for the Linux port:
2010-02-14 05:46:31 +00:00
bip-init.c
BACnet router added.
2012-09-27 14:36:11 +00:00
dlmstp_linux.c
indented using indent.sh script.
2013-10-29 01:55:49 +00:00
dlmstp_linux.h
indented using indent.sh script to get uniform looking code for release
2013-03-13 22:17:13 +00:00
dlmstp.c
Fixed MSTP dropped packets on Linux by fixing usage of ptheads condition variable. Turns out that condition variables cannot be used on their own. They need to be paired with a shared state such as a flag variable protected by a mutex.
2014-11-15 22:03:17 +00:00
dlmstp.mak
Fixing the linux port to use the common MS/TP state machine files.
2007-07-14 01:03:29 +00:00
ethernet.c
The beginning of doxygenation, for the Linux port:
2010-02-14 05:46:31 +00:00
mstpsnap.c
updated mstpsnap utility
2014-11-15 17:27:27 +00:00
mstpsnap.mak
While trying to compile mstpsnap, Joe got a compile time failure. Adding fifo.c to the mstpsnap.mak file seems to have resolved GCC's complaint, and mstpsnap seems to be functioning. Thanks, Joe!
2013-10-31 16:24:05 +00:00
net.h
Allow compilation of BACnet/IP demos in Cygwin in Windows
2013-05-10 19:24:26 +00:00
readme.txt
Initial revision
2004-09-22 19:08:48 +00:00
rs485.c
added some more debug to RS485 on Linux
2014-11-02 05:29:42 +00:00
rs485.h
cleaned up some warnings and errors when compiled for MS/TP on Linux
2012-12-16 04:42:22 +00:00
rs485.mak
updated linux rs485 functional test to compile and run
2013-12-23 19:36:32 +00:00
rx_fsm.c
The beginning of doxygenation, for the Linux port:
2010-02-14 05:46:31 +00:00
rx_fsm.mak
Corrected the MS/TP monitor on Linux.
2008-02-28 02:08:40 +00:00
timer.c
The beginning of doxygenation, for the Linux port:
2010-02-14 05:46:31 +00:00
timer.h
Indented using indent script.
2010-05-04 21:06:26 +00:00
readme.txt
This is a port to Linux for testing. The unit tests can be run via the test.sh script.
Reference in New Issue
View Git Blame
Copy Permalink