Joel Bender
debae3d4f4
version 0.17.3 released
2018-07-04 17:51:12 -04:00
Joel Bender
a3c9f1eb46
print out the incoming routing message content
2018-06-13 09:06:09 -04:00
Joel Bender
e2f5fb3023
0.17.1 released
2018-05-26 22:11:16 -04:00
Joel Bender
26bd59cfff
merging in #144 and cleaning up
2018-04-07 17:39:11 -04:00
Joel Bender
5add964105
addition sample code from #180
2018-04-07 13:56:04 -04:00
Joel Bender
3c5798d1ea
update the sample code to use the library
2018-04-03 00:53:45 -04:00
Joel Bender
9b4eb138b1
additional sample for simple IP device to VLAN router
2018-04-02 17:04:15 -04:00
Joel Bender
9f0eafa52f
things that aren't routers do not have adapters bound to a specific network, not even zero, so the adapter key is 'None'
2018-04-02 16:50:52 -04:00
Joel Bender
ee136cb5b6
no default broadcast address #174
2018-03-19 11:33:44 -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
Joel Bender
47934ebe4f
considerably better version of commandable objects, but still not for channel objects
2018-01-10 22:44:38 -05:00
Joel Bender
0f99e40088
additional simpler Who-Is/I-Am sample application
2018-01-03 21:09:32 -05:00
Joel Bender
d3833af2ef
bring branch up-to-date
2017-12-22 11:07:11 -05:00
Joel Bender
d826f1e8b0
closes #152 , with future work needed to help Windows mutli-threaded applications
2017-12-22 10:15:26 -05:00
Joel Bender
c4aca25485
add some docs
2017-12-17 23:09:08 -05:00
Joel Bender
0191fe1564
fix debugging
2017-12-17 17:25:21 -05:00
Joel Bender
3fd5419790
add some AV and BV task and thread options
2017-12-14 10:38:54 -05:00
Joel Bender
84a0e44847
use the new CurrentPropertyListMixIn
2017-12-08 00:00:51 -05:00
Joel Bender
de1d895c87
bring in code from older branch #96
2017-12-06 22:49:46 -05:00
Joel Bender
87514b05c8
sample application to beat on the event message texts of the hacked up ReadPropertyMultipleServer
2017-11-19 18:23:38 -05:00
Joel Bender
f3378ba83c
make a writable array of strings just for grins, unrestricted size so this isn't accurate for the standard property
2017-11-19 18:18:48 -05:00
Joel Bender
c91a0d30e8
additional samples
2017-09-30 03:20:41 -04:00
Joel Bender
5cd17080c0
merging #78 , ready for release
2017-09-25 21:47:59 -04:00
Joel Bender
230a85b052
additional sample
2017-09-21 14:33:22 -04:00
Joel Bender
961fed7135
additional sample for helping with #140
2017-09-19 21:07:29 -04:00
Joel Bender
c1c4e077ac
merge in stuff from stage and retest
2017-09-06 23:07:05 -04:00
Joel Bender
97212596ba
fix the status command
2017-09-05 11:44:41 -04:00
Joel Bender
f34de1071b
password failure is an execution error, add a password to the test application
2017-08-04 10:16:41 -04:00
Joel Bender
2d3071733a
sample application to generate DCC requests
2017-08-04 02:07:14 -04:00
Joel Bender
a538bd7f45
add an option to send a 'hello' message to a client as soon as it connects
2017-05-11 23:45:21 -04:00
Joel Bender
a9256a0f1c
RPM services now in object service module
2017-05-08 23:24:42 -04:00
Joel Bender
cced04d5be
check for no more clients for del_actor, not every indication
2017-04-27 11:34:42 -04:00
Joel Bender
2e28d3af4d
subtle changes to connection logic and renamed timeout pieces
2017-04-26 11:45:54 -04:00
Joel Bender
856cad7a7b
bring the branch for #110 up to date with stage
2017-03-23 23:19:58 -04:00
Joel Bender
96ee7f4701
sample application for testing address strings
2017-03-10 00:42:06 -05:00
Joel Bender
d7110ddbb8
foreign version of the same discovery application
2017-03-09 11:18:09 -05:00
Joel Bender
c62477c941
sample application for discovering devices
2017-03-09 10:54:48 -05:00
Joel Bender
9cbb13374e
simple threaded HTTP server
2017-02-27 23:25:46 -05:00
Joel Bender
2b18052940
update API
2017-02-14 16:01:42 -05:00
Joel Bender
ef79fad86f
make the sample/tutorial code more like regular applications
2016-12-23 11:10:03 -05:00
Joel Bender
7da1b961ff
clean up the help text a little
2016-11-30 21:26:50 -05:00
Joel Bender
442e83232c
set the remaining samples executable and fix the shebang line for the Python 2.5 samples
2016-11-30 21:08:45 -05:00
Joel Bender
01482493b6
rename the sample to UpperCamelCase match the other samples
2016-11-30 21:04:26 -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
Christian Tremblay
ea8ba99dc5
Revision of sample001.rst
...
Minor modification to SampleApplication.py
Would benefit from more details about bacpypes_debugging decorator eventually
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-16 22:05:36 -05:00
Christian Tremblay
820c03e8dd
Merge branch 'issue-87' of https://github.com/JoelBender/bacpypes into issue-87
...
Conflicts:
py25/bacpypes/app.py
py27/bacpypes/app.py
py34/bacpypes/app.py
samples/SampleConsoleCmd-A.py
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-15 22:39:59 -05:00
Christian Tremblay
cc7a3888c5
Import correction to the SampleConsoleCmd-A.py
...
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-15 22:25:44 -05:00
Joel Bender
50e54899c3
convert to the new API
2016-11-14 22:16:25 -05:00
Joel Bender
dfe1db315a
typo
2016-11-14 21:48:16 -05:00