Commit Graph

85 Commits

Author SHA1 Message Date
skarg caf018f072 updated the read property demo. 2005-12-07 19:55:39 +00:00
skarg ca72bf7f9f modified the BACnet/IP init code for the win32 platform to make it work on my system. It seems that something else is intercepting the packets when the bind was set to INADDR_ANY, so I just bind to the host default adapter. 2005-12-07 17:01:26 +00:00
skarg b7321923af Cleaned up compiler warnings and errors for Win32 build. 2005-12-07 15:15:27 +00:00
skarg 723aa1cbf3 Updated Borland port of Win32 to compile cleanly and run the demo. 2005-12-01 17:33:03 +00:00
skarg cc5c1bba47 Added comments to the read property demo. 2005-11-13 12:55:12 +00:00
skarg 491a0c34cd Refactored error message for RPM to use. 2005-11-13 00:38:27 +00:00
skarg c701c987a2 changed my workspace a little 2005-09-29 19:33:24 +00:00
skarg c45d61b9e2 Updated code to compile on MPLAB C18 v2.44 compiler. 2005-09-29 19:28:18 +00:00
skarg b15fdebd83 updated BACnet-IP for the Borland C++ compiler, and added a makefile to make the demo. 2005-09-29 17:59:03 +00:00
skarg f0f3c9ab64 Got the ARCNET datalink layer working 2005-09-07 13:01:54 +00:00
skarg 4ba79baf1e Added handling for ARCNET on the Linux port. 2005-09-06 20:41:01 +00:00
skarg 7368ba24f6 refactored after BACnet/IP refactoring. 2005-09-06 20:31:34 +00:00
skarg 211e0fdb34 Added ARCNET raw packet handling for Linux. 2005-09-06 20:28:52 +00:00
skarg 705a04b92f fixed compile errors 2005-08-15 17:53:13 +00:00
skarg 2e87236e9b Added externs declarations to header files to handle C++ compilation.
Cleaned up BACnet/IP API a little.
2005-08-13 14:10:21 +00:00
skarg fdbe2eab1e fixing the RTOS-32 port for BACnet/IP. 2005-08-12 21:22:50 +00:00
skarg bc21625461 refactored the BACnet/IP for each of the ports 2005-08-12 15:44:42 +00:00
skarg 81ce0fef85 Added check to keep us from getting BACnet/IP messages from ourselves 2005-07-03 11:17:36 +00:00
skarg 0bf6b5885e Added check to prevent BACnet/IP messages from myself. 2005-07-03 11:15:08 +00:00
skarg ff1dbe83b0 made the datalink generic while adding datalink for MS/TP 2005-06-30 21:31:00 +00:00
skarg 6c35ca9567 cleaned up compiler warnings 2005-06-13 12:48:25 +00:00
skarg 2624538022 modified for AtomicReadFile handling. 2005-06-12 01:01:30 +00:00
skarg 68f7e4bc8a corrected BIP for the Win32 and RTOS32 builds. Compiled and tested under Borland C++ 5.02and Visual C++ 6 SP5. 2005-05-31 17:31:30 +00:00
skarg 45bc2cf1be commented out the read property test to keep it quieter on the network. 2005-05-31 16:08:30 +00:00
skarg 5d7ddd1b2c changed the read property to read all standard device properties 2005-05-28 11:34:20 +00:00
skarg 8d646f323f created 2005-05-27 18:44:42 +00:00
skarg 7e952b0912 refactored the binding process. 2005-05-27 17:16:55 +00:00
skarg 58746c2182 corrected for warnings from Borland. 2005-05-26 18:53:16 +00:00
skarg 4c8f288b4b modified to support confirmed messages. Verified with ReadProperty request. 2005-05-25 00:42:21 +00:00
skarg ff113368f6 Corrected BVLC length bug. 2005-05-12 13:56:23 +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 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 156b2f143d modified while refactoring the handlers 2005-05-04 13:27:27 +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