skarg
ef4f7bbf22
Added debug info.
2008-01-21 04:53:41 +00:00
skarg
e4ccba8310
Added debugging.
2008-01-21 03:03:43 +00:00
skarg
2e3436cb9e
Changed BVLC_READ_BROADCAST_DISTRIBUTION_TABLE* into ..._DIST_... to match bacenum.h changes.
...
bip_get_xxx() deliver address and port in host order. Used htonl,htons to marshal them into PDU.
Fixed the BVLC beheading in the Forwarded Message case - Usually the BVLC header is 4 octets long. It's 10 octets in this case.
Extracted source address from BVLC header for forwards since it contains the original MAC address we are supposed to talk to.
Fixed the byte order of IP and port on unicast outgoing DA.
Added BBMD_ENABLED to config.h file to allow enable and disable of BBMD at compile time.
Thank you to Tomás Zerolo for the patch!
2008-01-17 23:19:03 +00:00
skarg
85d58bd688
Correcting COV subscribe - almost working...
2008-01-14 23:26:20 +00:00
skarg
1397585e71
Simplified the stricmp function.
2008-01-09 15:46:05 +00:00
skarg
83da7c5b3b
Added back 2 bytes in MS/TP header size for CRC16 since it failed unit testing.
2008-01-09 15:41:46 +00:00
skarg
a458bdce44
Added stricmp as replacement for compilers that didn't have it.
2008-01-09 13:31:12 +00:00
skarg
89432a85c3
Applied standard indentation to files.
2008-01-08 23:13:51 +00:00
skarg
ef8f9c7e8b
fixed compile error in bactext after change to enumeration name.
2008-01-08 15:16:31 +00:00
skarg
e79bd532af
Updated atmega project.
2008-01-07 23:01:44 +00:00
skarg
9f1dc8223f
Corrected read-property handler example for encoding ack without an extra buffer.
2008-01-07 21:40:33 +00:00
skarg
f8adfe1f41
Added read-property methods to encode ack without an extra buffer.
2008-01-04 23:06:46 +00:00
skarg
8b99c8c85b
Updated output of whois demo. Began implementing the datalink-all concept.
2008-01-01 23:17:28 +00:00
skarg
32457a68c0
Indented.
2007-12-07 20:15:56 +00:00
skarg
64e9b54dbd
Adding a DOS port to run on x86 single board computer.
2007-12-06 22:31:14 +00:00
skarg
b8b9e1719d
Updated projects and comments.
2007-11-29 22:53:27 +00:00
skarg
4698bb219c
Added braces for better coding practice.
2007-11-29 22:52:54 +00:00
skarg
1477603af6
indented.
2007-11-29 16:39:48 +00:00
skarg
1eabcd091e
indenting.
2007-11-29 16:22:33 +00:00
skarg
411d6c1b24
Indented.
2007-11-29 15:56:53 +00:00
skarg
4e98fc2b03
Added splint script, and started splinting...
2007-11-28 22:33:36 +00:00
skarg
7be00a69f3
Cleaned up compiler warnings and errors. Still needs to be finished.
2007-11-20 20:35:01 +00:00
skarg
35f2aaed00
Corrected race condition where the MS/TP Master Node FSM may miss the first packet since it may not run until after the first packet has arrived if the ReceivedValidFrame flag is set to false during MSTP_MASTER_STATE_INITIALIZE. Thank you to anand!
2007-11-16 13:27:51 +00:00
skarg
1bc41ab02e
Removed BIG_ENDIAN around the integer encode and decode as it was deemed unnecessary when built for Freescale. Thank you to Martin Labbe!
2007-11-16 02:53:10 +00:00
skarg
bd57da6b49
Updated unit test makefiles.
2007-11-09 03:08:56 +00:00
skarg
8e280c73cf
Corrected grammar in comment.
2007-10-31 23:11:18 +00:00
skarg
801342e85b
Added function to get the device instance number from the address cache using the MAC address.
2007-10-31 23:01:43 +00:00
skarg
e51d11856d
Updating unit tests.
2007-10-30 14:08:59 +00:00
skarg
cf5587c29d
Correcting unit test makefiles. Corrected error in config.h for BACAPP NULL values.
2007-10-29 13:58:05 +00:00
skarg
375f88b7bc
Updated parameter names to be Keil compiler friendly.
2007-10-21 15:31:07 +00:00
skarg
97eaacc2a5
Changed data to rpdata to avoid keywork in Keil compiler.
2007-10-21 14:04:53 +00:00
skarg
4d2f46b395
Added defines for each BACAPP datatype so that the developer could only use the ones they need for their WriteProperty applications.
2007-10-19 17:11:31 +00:00
skarg
194c6d17ac
Slimming down the Atmel AVR port.
2007-10-19 03:21:45 +00:00
skarg
02d02cbf86
Corrected errors in compile.
2007-10-18 12:17:41 +00:00
skarg
a4d9a2eb69
Moved bacdcode.c and bacreal.c back to src, and removed the separate bacdcode directory. Since gcc linker can remove unused functions, this was wasted effort. Added bacreal unit test.
2007-10-18 12:13:46 +00:00
skarg
6444af91ce
Leaving the bacreal split, with a couple of mods. Moving to src in a minute...
2007-10-18 12:10:12 +00:00
skarg
625ff40d71
Moved bacstr.c back to src. Since gcc and others tool linkers can remove unused functions, this turned out to be a wasted effort.
2007-10-18 11:50:14 +00:00
skarg
2878dc0e01
reverting the bacstr lib split.
2007-10-18 11:46:37 +00:00
skarg
89ddbbe2a0
Moved iam.c back to src, and removed the separate iam directory. Since gcc and others tool linkers can remove unused functions, this turned out to be a wasted effort.
2007-10-18 11:41:18 +00:00
skarg
7c6ad3b786
Reverting the iam lib split.
2007-10-18 11:35:49 +00:00
skarg
9b304596c9
Moved rp.c back to src, and removed the separate readprop directory. Since gcc linker can remove unused functions, this was wasted effort.
2007-10-18 11:29:05 +00:00
skarg
9f852a4d6c
Changed makefile name back to original.
2007-10-18 11:23:39 +00:00
skarg
fe691b6947
2007-10-18 11:20:29 +00:00
skarg
b3896ea4f4
Added more functionality to BVLC (untested and uncompiled), and corrected BIP.
2007-10-16 01:24:22 +00:00
skarg
947756fa0d
MovedMoved ReadProperty to subdirectory for library splitting. Split client, server, test for ReadProperty.
2007-10-14 02:19:24 +00:00
skarg
b91d73d0bc
made a copy
2007-10-14 02:08:48 +00:00
skarg
11ac494f7e
made a copy
2007-10-14 02:08:22 +00:00
skarg
48b07fa52d
made a copy
2007-10-14 02:08:00 +00:00
skarg
f7837c744e
Moved ReadProperty to subdirectory for library splitting.
2007-10-14 02:07:34 +00:00
skarg
b290c71bd7
Split out Real encoding and decoding.
2007-10-14 00:03:23 +00:00