http://owfs.cvs.sourceforge.net/owfs/owfs/module/swig/python/ownet/

or from Peter Kropf's readme:

   1 ownet
   2 =====
   3     4 ownet is a standalone python module for accessing 1-wire sensors
   5 through an owserver. The ownet module does not use the core ow
   6 libraries. Instead, it impliments the wire protocol for owserver
   7 communication. This means that the ow core libraries do no have to be
   8 installed on all systems, just on the system running owserver. The
   9 ownet module can be installed on any system with Python.
  10    11    12 Installation
  13 ------------
  14    15 Via easy_install
  16 ++++++++++++++++
  17    18 If you have installed easy_install
  19 (http://peak.telecommunity.com/DevCenter/EasyInstall) installing is as
  20 simple as:
  21    22 $ easy_install ownet
  23 Searching for ownet
  24 Reading http://www.python.org/pypi/ownet/
  25 Reading http://www.owfs.org/
  26 Reading http://www.python.org/pypi/ownet/0.2
  27 Best match: ownet 0.2
  28 Downloading
http://cheeseshop.python.org/packages/source/o/ownet/ownet-0.2.tar.gz
  29 Processing ownet-0.2.tar.gz
  30 Running ownet-0.2/setup.py -q bdist_egg --dist-dir
/tmp/easy_install--lFbng/ownet-0.2/egg-dist-tmp-ed4Ygq
  31 package init file 'examples/__init__.py' not found (or not a regular file)
  32 Creating missing __init__.py for examples
  33 zip_safe flag not set; analyzing archive contents...
  34 Adding ownet 0.2 to easy-install.pth file
  35    36 Installed /sw/lib/python2.5/site-packages/ownet-0.2-py2.5.egg
  37 Processing dependencies for ownet
  38 $
  39    40    41 From CVS
  42 ++++++++
  43    44 Installation of the ownet module follows the standard
Python distutils
  45 installation.
  46    47 $ cd module/swig/python/ownet
  48 $ sudo python setup.py install
  49    50 There should now be a module called ownet in the site-packages
  51 directory of the python installation.



On 12/16/06, Chris Lyon <[EMAIL PROTECTED]> wrote:

I've now got a working owserver in the attic reading sensors ( again !)
I'm looking for ownet, which hopefully will allow me to interrogate the
server remotely via python 2.5 on windows xp.
Where do I locate it? I've looked around the CVS browse facility but
can't find anything as yet.

Chris


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to