1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-05 22:18:16 +08:00
Commit Graph

137 Commits

Author SHA1 Message Date
Joel Bender
b5e2279105 make the client and server consistent with both using positional arguments, provide the default values for help, default to 'any' for the server (hotfix) 2016-08-25 09:56:09 -04:00
Joel Bender
49708f16d5 clean up samples (remove flakes, etc.) 2016-08-24 09:44:56 -04:00
Joel Bender
fc68039156 enable sleeping for all of the applications that have a ConsoleCmd, which runs in a thread 2016-08-23 17:08:11 -04:00
Joel Bender
5b448d860c use utf-8 encoding for records, they are octet strings, not character strings 2016-08-23 16:16:01 -04:00
Joel Bender
b4e13671db optionally get configuration values from the environment, add some debugging 2016-08-23 10:27:17 -04:00
Joel Bender
168e32fc79 merge in stage to bring branch up-to-date for testing 2016-08-22 00:03:53 -04:00
Joel Bender
e624d40fb3 add the 'rtn' command which provides a static address the network layer 2016-06-29 09:42:52 -04:00
Joel Bender
4e92e6908f unwrap try/except clause and put in a main() 2016-06-23 16:01:42 -04:00
Joel Bender
210e7df06e adjstable record length, number of records, and stream size 2016-06-21 07:32:38 -04:00
Joel Bender
cd2246c228 finish the conversion from py25 to py27 in #75 by using decorators 2016-04-30 17:07:58 -04:00
Christian Tremblay
95baeda3d4 Syntax correction
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-03-13 22:23:59 -04:00
Joel Bender
749b934f4e identical to the regular sample, this one registers as a foreign device 2016-02-10 13:55:35 -05:00
Joel Bender
ccdd0aabbb sample that puts up a prompt as a starting point for other apps 2016-02-02 14:52:07 -05:00
Joel Bender
5c13bdd658 resolve name collisions, active COV subscriptions implementation in device 2016-01-31 01:45:26 -05:00
Joel Bender
a9c7c83a98 make application a little more generic by testing more than one object at a time, be more flexible with set/write commands and the values they accept 2016-01-30 16:31:24 -05:00
Joel Bender
a679dc8b1d new change-of-value sample applications 2016-01-29 08:12:24 -05:00
Joel Bender
df21d273ab clean up some documentation 2016-01-27 17:02:06 -05:00
Joel Bender
461f1f79f6 bring samples branch up-to-date with stage 2016-01-27 16:55:53 -05:00
Joel Bender
66918a693b rather than using Address() for decoding, parse the destination address to allow for easier specification of port numbers 2016-01-17 23:13:59 -05:00
Joel Bender
ddb076f7f8 additional sample 2015-12-16 14:25:21 -05:00
Joel Bender
7fbe566d8a new sample for testing routing on top of a BBMD 2015-11-02 15:37:13 -05:00
Joel Bender
1f78a4b749 added a command to give the network service access point a routing table entry it wouldn't ordinarily be able to discover 2015-11-02 15:27:34 -05:00
Joel Bender
baa28cc8c0 merging in from stage to continue 2015-09-29 19:39:27 -04:00
Joel Bender
1343382d5b use the get_services_supported() function 2015-09-16 22:31:51 -04:00
Joel Bender
cb47cd6639 this example doesn't need a configuration file 2015-09-16 22:28:13 -04:00
Joel Bender
c05f9c1aab update exception catching syntax 2015-09-16 14:49:14 -04:00
Joel Bender
b54610f099 use the new function to compute protocol services supported rather than building one 2015-09-15 00:37:19 -04:00
Joel Bender
482f4ec4a6 sample application uses UTF-8 encoding of strings 2015-09-14 16:47:08 -04:00
Joel Bender
f1c8d09ef1 sample application to test address patterns and related sockets 2015-09-13 23:22:28 -04:00
Joel Bender
d4d94f51e2 merge samples, some might need some work 2015-09-08 21:24:23 -04:00
Joel Bender
67cbeb887f minor doc string update 2015-09-08 16:25:52 -04:00
Joel Bender
710d5fecd2 silly, print needs to be called to get a blank line 2015-09-08 14:50:55 -04:00
Joel Bender
ded4df4033 sample application that tests string patterns for Date() 2015-09-07 22:16:36 -04:00
Joel Bender
703f1b06da new sample code, seems to work 2015-08-25 23:06:52 -04:00
Joel Bender
db3a06fe12 minor changes to allow these to continue to work in py25 2015-08-25 22:26:21 -04:00
Joel Bender
37c665000a minor changes to allow these to continue to work in py25 2015-08-25 22:12:33 -04:00
Joel Bender
41199871a2 starting with the SourceForge samples 2015-08-25 21:26:08 -04:00