skarg
|
4490d4a086
|
Added and updated a few Borland C++ makefiles for building the demo applications on Windows. Thank you Martin!
|
2009-02-20 15:21:35 +00:00 |
|
skarg
|
f901d9b595
|
Added Confirmed Private Transfer module to library.
|
2009-01-25 22:57:32 +00:00 |
|
skarg
|
fa1d2b4fdc
|
Moved ucov_notify_send to handler/s_ucov.c file, and refactored PDU encoding.
|
2008-12-05 20:18:03 +00:00 |
|
skarg
|
d1a1c1c8a6
|
Indented.
|
2008-11-24 12:48:09 +00:00 |
|
skarg
|
7921d2f811
|
added ReadPropertyMultiple client demo application, bacrpm.
|
2008-11-23 22:25:08 +00:00 |
|
skarg
|
6072b98f1f
|
Added UCovNotification handler to demo server application.
|
2008-11-20 16:27:40 +00:00 |
|
skarg
|
c7a5c05ac7
|
Moved send I-Am to a send module and out of iam.c.
|
2008-11-12 15:38:43 +00:00 |
|
skarg
|
3a0f109d66
|
Added h_npdu to demo lib and example projects.
|
2008-09-07 04:23:44 +00:00 |
|
skarg
|
224d74f417
|
Moved npdu_handler from npdu.c to demo/handler/h_npdu.c file, since this will change for routers and gateways.
|
2008-09-07 04:13:58 +00:00 |
|
skarg
|
2e6dc739a6
|
changed router functions filename.
|
2008-08-20 13:37:19 +00:00 |
|
skarg
|
b7305f3da8
|
Added Who-Is-Router-To-Network client application.
|
2008-08-19 22:40:47 +00:00 |
|
skarg
|
2328f0fe59
|
Updated makefiles and build scripts for Borland tools.
|
2008-08-14 16:35:26 +00:00 |
|
skarg
|
1142eb7202
|
Converted the Linux MS/TP datalink module to use semaphores (pthread conditions) instead of sockets or queues. Copied module from Win32. Untested.
|
2008-08-10 13:51:32 +00:00 |
|
skarg
|
73fcc6f88b
|
Changed default makefile back to BACnet/IP datalink.
|
2008-07-28 13:40:18 +00:00 |
|
skarg
|
c6b60cc676
|
Testing MS/TP on Linux.
|
2008-07-27 15:27:17 +00:00 |
|
skarg
|
2338f3b3a3
|
Updated project files, makefiles, and the demo debug info.
|
2008-06-23 00:17:51 +00:00 |
|
skarg
|
45d2c6247f
|
Updated the demo application Code::Blocks projects to include iphlpapi library for Win32 builds. Thank you to Upside Down for reporting it!
|
2008-05-02 21:28:35 +00:00 |
|
skarg
|
e2f7234e7d
|
Modified the linux makefiles to work with MinGW by passing in BACNET_PORT=win32 from the make command. Corrected the AdapterInfo patch, and tested it.
|
2008-03-10 20:44:18 +00:00 |
|
skarg
|
a3e2d61f56
|
Modified linux makefiles for compiling with MinGW. Not successful yet (except under codeblocks).
|
2008-03-08 15:08:27 +00:00 |
|
skarg
|
cc9377ae13
|
Corrected.
|
2008-03-03 20:27:06 +00:00 |
|
skarg
|
b8ee7d6b9c
|
Added ability to use static address binding in file address_cache. Useful for client applications binding to MS/TP slave devices.
|
2008-03-01 06:42:46 +00:00 |
|
skarg
|
bf353b0c56
|
Added MS/TP define for optional compile.
|
2008-02-20 22:47:48 +00:00 |
|
skarg
|
1c4ac15cb0
|
Updated svn eol style.
|
2008-01-20 21:55:59 +00:00 |
|
skarg
|
f92a6b10f0
|
Updated demo library to include BVLC file and functionality.
|
2008-01-20 21:34:40 +00:00 |
|
skarg
|
5eb6c9bc4d
|
Added optional standards flag for c99
|
2008-01-09 13:30:17 +00:00 |
|
skarg
|
af373fbbfe
|
Prepping for COV.
|
2007-12-05 22:57:45 +00:00 |
|
skarg
|
23905f3436
|
Added WriteProperty support to Binary Inputs, as well as adding out-of-service. Prepping for COV.
|
2007-12-05 22:55:45 +00:00 |
|
skarg
|
dd3a3b289c
|
Updated code::blocks projects. Added win32 project.
|
2007-11-27 23:13:25 +00:00 |
|
skarg
|
f3e8013997
|
Added Code::Blocks project to build a bacnet.dll file using GCC compiler on Win32.
|
2007-11-20 20:34:18 +00:00 |
|
skarg
|
240cc62a7c
|
Fiddling with the Code::blocks project files after source/header moves.
|
2007-11-16 17:28:48 +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
|
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
|
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
|
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
|
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
|
947756fa0d
|
MovedMoved ReadProperty to subdirectory for library splitting. Split client, server, test for ReadProperty.
|
2007-10-14 02:19:24 +00:00 |
|
skarg
|
b290c71bd7
|
Split out Real encoding and decoding.
|
2007-10-14 00:03:23 +00:00 |
|
skarg
|
45c179c14c
|
Split out bacnet string modules.
|
2007-10-13 23:40:47 +00:00 |
|
skarg
|
eb8f959c73
|
Moved bacdcode files into src subdirectory in preperation for breakout of functions for a lean library.
|
2007-10-13 22:39:11 +00:00 |
|
skarg
|
c1425987e6
|
Updated makefile for I-Am file split.
|
2007-10-12 01:09:05 +00:00 |
|
skarg
|
4b1418a8f6
|
Updated makefile for I-Am file split.
|
2007-10-12 01:08:08 +00:00 |
|
skarg
|
14a785c98e
|
Moved I-Am to src subdirectory.
|
2007-10-12 00:48:54 +00:00 |
|
skarg
|
7b66d7d12c
|
Updated library make files for new directory layout.
|
2007-10-10 11:51:00 +00:00 |
|
skarg
|
0c527b8162
|
Cleaned up Borland compile.
|
2007-09-07 18:00:42 +00:00 |
|
skarg
|
8994735720
|
Added CodeBlocks workspace and updated demo/epics to use the Required Properties list of the Device Object.
|
2007-09-05 17:21:36 +00:00 |
|
skarg
|
46ab0030c8
|
Fiddling with the MAX_MDPU and datalink stuff.
|
2007-09-01 00:42:12 +00:00 |
|
skarg
|
35cac8b4b0
|
added datalink.
|
2007-08-31 23:24:41 +00:00 |
|
skarg
|
4c8b5b5262
|
Modified the Borland compiler build to use a library for all the demos.
|
2007-08-24 00:32:34 +00:00 |
|
skarg
|
34f090598d
|
Modified the Borland compiler build to use a library for all the demos.
|
2007-08-24 00:31:38 +00:00 |
|
skarg
|
e28c120a7f
|
Added makefile for building BACnet library under Linux.
|
2007-08-23 18:57:09 +00:00 |
|