Commit Graph

3807 Commits

Author SHA1 Message Date
skarg e5b5fb76e0 corrected priority array on read 2005-05-15 11:51:30 +00:00
skarg 758894f8f0 added function prototype 2005-05-15 11:51:03 +00:00
skarg 7f4f1a731b adding analog output object 2005-05-14 15:36:51 +00:00
skarg 5a9aa9ffec added other standard apdu defines 2005-05-13 12:49:42 +00:00
skarg ff113368f6 Corrected BVLC length bug. 2005-05-12 13:56:23 +00:00
skarg d5e64b01c1 changed some comments. 2005-05-10 17:26:59 +00:00
skarg 7a6ef736c5 Updated to work with RTOS-32 port; found that Ethernet PACKET does not work, but BACnet/IP works. 2005-05-10 16:09:00 +00:00
skarg 9c51ec2cd0 Adding MS/TP support to rtos32 port. 2005-05-06 21:11:36 +00:00
skarg 6470db6f66 Made the BACnet/IP use the same socket as the receive so that the src port number would be 0XBAC0 so that the MAC address of the I-Am message would resolve to the correct port. 2005-05-05 18:47:40 +00:00
skarg 32a88cf279 Changed BACnet/IP to use only one socket to make the src port of sent messages have the 0xBAC0 port number instead of some random port number. The src port on I-Am messages is used to store the MAC address. 2005-05-05 18:41:25 +00:00
skarg 830dad8752 corrected API for sending to return the number of bytes sent. 2005-05-05 18:16:34 +00:00
skarg 2162f8814a Added method for setting the broadcast address 2005-05-05 17:15:16 +00:00
skarg 489dde9fb8 corrected BACnet/IP for the linux port. 2005-05-05 16:04:34 +00:00
skarg 3fb559b60a corrected data link receive of large packets that were reporting a actual PDU length but not loading the PDU. 2005-05-05 10:39:07 +00:00
skarg 0c5809cc37 adding BACnet/IP to the linux port 2005-05-04 23:17:30 +00:00
skarg 4a98496478 cleaned up compiler warnings 2005-05-04 20:56:27 +00:00
skarg be646af144 adding BACnet/IP to the Linux port 2005-05-04 17:53:05 +00:00
skarg 6641d0a440 fixed comments. 2005-05-04 16:14:12 +00:00
skarg 2fbfb9f5b6 added debug 2005-05-04 16:12:53 +00:00
skarg 05645df358 modified to make generic 2005-05-04 15:53:09 +00:00
skarg d972d88b5d added for rtos32 port 2005-05-04 15:40:39 +00:00
skarg b699a56f52 changed error wording 2005-05-04 13:54:26 +00:00
skarg 19be50d367 moving BACnet/IP module to handle quirks on each port 2005-05-04 13:49:50 +00:00
skarg 0ad7f97df4 moved the data link layer define into the makefile. 2005-05-04 13:38:07 +00:00
skarg 3f000f2d20 moved a constantly changed dependency 2005-05-04 13:32:41 +00:00
skarg 156b2f143d modified while refactoring the handlers 2005-05-04 13:27:27 +00:00
skarg f4568ffeac moved refactored stuff here 2005-05-04 13:07:56 +00:00
skarg 28d45505ad refactored the handlers 2005-05-04 13:07:26 +00:00
skarg 5b87d09c94 modified while adding rtos-32 support 2005-05-03 21:04:16 +00:00
skarg 7fc0c082f1 added from RTOS-32 distribution 2005-05-03 21:03:30 +00:00
skarg dd677858cb created 2005-05-03 20:55:26 +00:00
skarg d2cf369938 adding rtos-32 support 2005-05-02 21:03:54 +00:00
skarg bda993e810 added write property support 2005-04-30 12:29:07 +00:00
skarg 12f1ed718f added device and analog input unit tests 2005-04-22 23:25:11 +00:00
skarg 336e46940f created 2005-04-22 23:23:04 +00:00
skarg b84eb22278 modified while adding analog input object 2005-04-22 23:21:58 +00:00
skarg 4c5d314f4a adding rtos-32 support 2005-04-22 17:53:19 +00:00
skarg ba7e028795 added I-Am reception to the linux port. 2005-04-22 10:04:50 +00:00
skarg d85487f237 changed my preferences... 2005-04-21 19:50:05 +00:00
skarg de0822a603 added initialization to the src and dest address when portions of it were not decoded. This corrects a bug preventing proper communication on Ethernet. 2005-04-21 19:49:38 +00:00
skarg 11542b2355 added debugging function 2005-04-21 19:48:44 +00:00
skarg 2a734521a9 created 2005-04-21 19:47:33 +00:00
skarg 566d44d1d2 modified while adding pic18 support 2005-04-20 17:10:06 +00:00
skarg 4646df1188 modified while adding pic18 support 2005-04-20 17:09:26 +00:00
skarg d6033b03a3 added timeout to the ethernet receive 2005-04-18 20:53:02 +00:00
skarg 3b8cfb87ef corrected enum. 2005-04-17 01:35:47 +00:00
skarg dfbc130dad fixed comment. 2005-04-17 01:35:16 +00:00
skarg 4e83dc3cb3 Added a reject handler function pointer to simplify the reject message for unsupported services. 2005-04-17 01:34:20 +00:00
skarg bdb922090b added xx-supported init for all known support set to false initially. 2005-04-15 18:34:33 +00:00
skarg 02e1177978 added max object types to make init of supported object types easy. 2005-04-15 18:33:46 +00:00