Steve Karg
ab7db70c0b
[r3103] Merged revision(s) 3102 from branches/releases/bacnet-stack-0-8-0:
...
Changed info prints to go to stdout rather than stderr to clean up Wireshark extcap usage.
........
2017-04-05 00:04:43 +02:00
Steve Karg
1c2f5fe982
[r3098] Fixed [bug#40] - problems if pdu_len exceeds the size of a single pbuf block. Thank you, Jörg Hofmann!
...
Added statistics to track packets sent, received, and errors.
Added proper reply when BVLC functions are requested and not supported.
Fixed Forwarded NPDU.
2017-04-05 00:03:12 +02:00
Steve Karg
28247f5e98
[r3097] Added MS/TP slave node to BDK DLMSTP module.
2017-04-05 00:02:49 +02:00
Steve Karg
25ca4375f9
[r3096] Fixed compilation of unit tests.
2017-04-04 23:58:02 +02:00
Steve Karg
c1688016bc
[r3095] Fixed compiler warnings and error.
2017-04-04 23:31:18 +02:00
Steve Karg
9b6ba1e69a
[r3094] Fixed the BITMASK_CHECK macro to actually compare to the mask.
2017-04-04 23:29:56 +02:00
Steve Karg
fa84dccaee
[r3093] Added function to BIP to detect when the UDP port number changed.
2017-04-04 23:29:56 +02:00
Steve Karg
ae6cc3eb79
[r3092] Added cast to fix compiler warning.
2017-04-04 23:29:56 +02:00
Steve Karg
6dd784b76a
[r3091] Fixed spelling of variable deviceIdentifier.
2017-04-04 23:29:56 +02:00
Steve Karg
8252eb1242
[r3090] Added structure name.
2017-04-04 23:29:55 +02:00
Steve Karg
7261d40214
[r3089] Updated ringbuffer library to remove alloc and include data-peek and data-put.
2017-04-04 23:29:55 +02:00
Steve Karg
25d6d06ad7
[r3088] Changed order of checking in MS/TP LostToken transition to handle case of OS that is really late.
2017-04-04 23:29:55 +02:00
Steve Karg
787197908a
[r3087] Refactored memcopy range check.
2017-04-04 23:27:20 +02:00
Steve Karg
7b121febce
[r3086] Fixed JavaDoc comments.
2017-04-04 23:25:49 +02:00
Steve Karg
fdc1b38bef
[r3085] Added wildcard date comparison functions.
2017-04-04 23:25:03 +02:00
Steve Karg
123f5ef788
[r3084] Added buffer size to COV handler function parameters.
2017-04-04 23:24:30 +02:00
Steve Karg
44aa7b6667
[r3083] Added DCC enum text names.
2017-04-04 23:23:49 +02:00
Steve Karg
8f8193719d
[r3082] Added functions to encode/decode unsigned64 values.
2017-04-04 23:23:17 +02:00
Steve Karg
ae02d4fcc2
[r3081] Added encode/decode for BACnet address.
2017-04-04 23:22:21 +02:00
Steve Karg
61fc4614f1
[r3079] Added function to get the DCC password from demo handler.
2017-04-04 22:29:27 +02:00
Steve Karg
85e3109f58
[r3078] Added buffer size to COV handler function parameters.
2017-04-04 22:28:35 +02:00
Steve Karg
fd9037424d
[r3077] Check return value for valid COV encoding.
2017-04-04 22:24:42 +02:00
Steve Karg
ea88ee7bd4
[r3075] Removed extra RS485 init from main in STM32 port example. Thank you, Sean Monroe!
2017-04-04 19:46:43 +02:00
Steve Karg
e43e2afb93
[r3073] Removed extra LED init from main in STM32 port example. Thank you, Sean Monroe!
2017-04-04 19:46:43 +02:00
Steve Karg
6d794d856f
[r3071] Adjusted device object local variables in PIC demo to build successfully within given stack frame.
2017-04-04 19:46:43 +02:00
Patrick Grimm
fe71b73ba1
fix compile issue with musl libc
2016-12-10 10:43:36 +01:00
Patrick Grimm
5dcaf8c41a
fix compile issue on lede
2016-12-03 20:40:20 +01:00
Patrick Grimm
385b07ca35
[r3070] Do not make router by default on Linux since it relies on libconfig and that is not installed by default and the make fails.
...
Author: skarg@r3070
2016-12-03 12:57:25 +01:00
Patrick Grimm
cc8951a24b
[r3069] Added router to Makefile for Linux all build. Added gateway and router-ipv6 to the Makefile all build.
...
Author: skarg@r3069
2016-12-03 12:56:45 +01:00
Patrick Grimm
2068573793
add Feedback_Value for AnalogOutput object
2016-12-03 12:27:58 +01:00
Patrick Grimm
28bb3c91b0
fix debug print format
2016-12-03 12:26:02 +01:00
Patrick Grimm
168875e6a7
fix bsd build. without PFLAGS
2016-12-03 12:24:43 +01:00
Patrick Grimm
cd7123bfcb
fix compiler warning unused var. add macro unused_var
2016-12-03 12:23:18 +01:00
Patrick Grimm
d6dea9fbd5
[r3066] Added Wireshark 2.x extcap live capture for mstpcap on Linux.
...
Author: skarg@r3066
2016-11-01 19:29:15 +01:00
Patrick Grimm
b1b85404f9
[r3063] Merged revision(s) 3061 from branches/releases/bacnet-stack-0-8-0:
...
Fixed typedef so that uses of it are const.
........
Author: skarg@r3063
2016-11-01 19:27:17 +01:00
Patrick Grimm
b167b6293e
[r3060] Some Win32 changes for clean compile of IPv6.
...
Author: skarg@r3060
2016-11-01 19:23:29 +01:00
Patrick Grimm
4cfd94b27a
[r3059] Fixed ports for Atmega8, Atmega168, and Xmega to compile.
...
Author: skarg@r3059
2016-11-01 19:22:01 +01:00
Patrick Grimm
9b6af087df
[r3058] Changed Device_Object_List_Identifier() to use uint32_t for array_index since that is the size decoded in a ReadProperty request, and unsigned is not always 32-bit. \n Author: skarg@r3058
2016-11-01 03:32:21 +01:00
Patrick Grimm
1b4cb0eee5
update add compile switch for bac objects ai,ao,..
2016-10-30 23:48:37 +01:00
Patrick Grimm
f3c7783c67
fix uci lib and include dir
2016-10-30 23:36:10 +01:00
Patrick Grimm
c4567b27a4
fix print_debug
2016-10-30 23:35:09 +01:00
Patrick Grimm
88212617d5
fix unused function if BBMD is disable
2016-10-30 23:33:50 +01:00
Patrick Grimm
cd9c48738b
try to fix unused warnings
2016-10-30 23:27:35 +01:00
Patrick Grimm
dffc351abe
cleanup
2016-10-30 23:23:46 +01:00
Patrick Grimm
2783bf85b4
fix compiler warning make get_local_address_ioctl static
2016-10-30 23:21:31 +01:00
Patrick Grimm
8537627650
change ipv6 broadcast from BIP6_MULTICAST_SITE_LOCAL to BIP6_MULTICAST_GLOBAL interop with yabe
2016-10-30 23:19:30 +01:00
Patrick Grimm
050ef0afad
fix uci lib and include dir
2016-10-30 22:45:50 +01:00
Patrick Grimm
b9bb161ade
update to r3056 from https://sourceforge.net/p/bacnet/code/3056/tree/trunk/bacnet-stack/ add ipv6 and schedule support
2016-10-30 16:16:03 +01:00
Patrick Grimm
1ea3bdb9cc
add update mi, add init time
2014-05-22 01:06:21 +02:00
Patrick Grimm
8f598dc06b
fix cp paste mistake
2014-05-21 23:47:03 +02:00