1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00
Commit Graph

20 Commits

Author SHA1 Message Date
Joel Bender
bbc2df76ed pass the iocb to the application in the core thread context (usually the main thread) by calling for the sample applications with a console thread (#247) 2019-03-09 18:49:38 -05:00
Joel Bender
ef19fb4126 clean up samples #189 2018-06-19 20:54:25 -04:00
Joel Bender
6170b75fd4 make it easier to initialize local device objects from the INI file, clean up samples 2018-05-24 16:33:48 -04:00
Joel Bender
d5fa8768d5 merging #187 for release 2018-05-24 00:12:39 -04:00
Joel Bender
c25b086211 LocalDeviceObject shuffling, automatic protocolServicesSupported 2018-02-24 00:37:04 -05:00
Joel Bender
e07ab58882 bring up-to-date with the 0.16.7 release 2018-02-16 23:16:47 -05:00
Christian Tremblay
ebe2ba5abe Following along the documentation was hard because samples and tutorial files were lost among all samples. I created two folders : Tutorial and HandsOnLab. Tutorial is the folder with the first file someone will look at. The documentation invite the reader to start $python Tutorial/WhoIsIAm.py for example.
When the tutorial is over, the reader will continue with HandsOnLab which contains Samples1,2,3,4

Samples 5 and 14 were removed from the official table of content as they are not completed yet.

All code is tested, files were moved from samples to their folder.

Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-17 23:46:52 -05:00
Joel Bender
dd815a3059 bring the branch up to date with the documentation and other changes in the master 2016-09-19 22:10:05 -04:00
Ken Lockhart
efa796fa08 GettingStart: freshen docs. Fixup sample WhoIsIam. 2016-09-16 15:44:38 -07:00
Joel Bender
c48505f6cb update to the device service API functions 2016-09-01 23:10:18 -04:00
Joel Bender
f5212f8bf4 split the import because LocalDeviceObject moved 2016-08-30 16:18:07 -04:00
Joel Bender
17160db603 clean up the use of globals in the samples -- some missing, many extraneous 2016-08-25 23:21:24 -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
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
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
1343382d5b use the get_services_supported() function 2015-09-16 22:31:51 -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
41199871a2 starting with the SourceForge samples 2015-08-25 21:26:08 -04:00