[root]/owfs/module/swig/python/examples

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 14 (100.0%) | 462 (100.0%) | 33.0 |
| peterk | 12 (85.7%) | 451 (97.6%) | 37.5 |
| d1mag | 1 (7.1%) | 9 (1.9%) | 9.0 |
| alfille | 1 (7.1%) | 2 (0.4%) | 2.0 |
added the ability to call the owopt function from ow_opt.c from the swig languages. allows for the easy ability to change the temperature scale.
7 lines of code changed in 1 file:
fixed problem where specifying just the root (/) would throw an exception.
5 lines of code changed in 1 file:
fixed typo where the nagios class and exit function were defined after first use.
12 lines of code changed in 1 file:
added a nagios plugin to monitor a 1-wire sensor.
97 lines of code changed in 1 file:
Add argv to example
9 lines of code changed in 1 file:
Fix from Matthias Urlichs for python example usage message
2 lines of code changed in 1 file:
added access to the error_level and error_print global variables. created ow.error_level and ow.error_print functions to provide access to them.
62 lines of code changed in 1 file:
Example showing direct access to the underlying owfs libraries.
47 lines of code changed in 1 file:
Added an example XML-RPC server and client.
119 lines of code changed in 2 files:
corrected the version number, copyright dates and added __author__ and __email__ to ow/__init__.py
2 lines of code changed in 2 files:
Added latest code for the python bindings. This include the ow module, examples and unittests. Also added a version() function to ow.i to allow the various language bindings to easily determine the version of the OW libraries which are being used.
100 lines of code changed in 2 files: