Giter VIP home page Giter VIP logo

bfabiszewski / owfs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from owfs/owfs

0.0 2.0 0.0 8 MB

OWFS with owslave support

Home Page: https://www.fabiszewski.net/1-wire-slave/

License: GNU General Public License v2.0

Makefile 0.99% M4 3.12% Shell 1.16% C 65.44% C++ 1.48% Tcl 1.74% Visual Basic 6.64% Assembly 0.27% C# 0.81% Java 0.61% Pascal 8.51% Perl 0.73% PHP 0.73% Python 1.68% Ruby 0.21% Roff 5.89%

owfs's Introduction

master Build Status

This is OWFS -- the one-wire filesystem.

1-Wire is a data protocol stat allows simple connections to clever chips. The chips are uniquely addressed, and have a variety of types, including temperature and voltage sensors, switches, memory and clocks.

The base functionality is in the owlib library. It includes adapter interface, chip interface, caching, statistics, inumeration and command line processing.

owfs

owfs is the filesystem portion of the package. It depends on fuse: Basically, fuse (http://fuse.sourceforge.net) exposes filesystem calls in the appropriate directory to this program. This program then calls owlib to query and modify the 1-wire bus.

Despite the project name, the owfs package itself is NOT recommended for any real use, it has well known issues with races etc.

owserver

owserver is a generic backend. It can be remote, and shared by several front ends.

This is the recommended way of accessing your 1-Wire bus.

ohwttpd

owhttpd is a simple webserver exposing owlib. It does not need a kernel module and will probably run on a greater platform variety.

Language bindings

owtcl, owphp, owperl, owpython are language bindings using the same backend and naming scheme as owfs

Contribution

This is an old, but stable and well used, project with few people working actively on it. That said, there are a few people contributing and trying to maintain it.

If you have any bugfixes, new features or change requests, your contribution is welcome!

Hosting

From mid April 2018 the source is available at https://github.com/owfs/owfs. Any interaction with developers should preferably take place via PRs and Issues here, alternatively for longer discussions the mailing list is still a good medium:

https://sourceforge.net/p/owfs/mailman/owfs-developers/

The old SourceForge GIT mirror and releases are no longer to be used.

The owfs.org page is still not updated to reflect the project move. This is work in progress.

Building

If you checkout out the source from GIT: ./bootstrap ./configure make install /opt/owfs/bin/owfs -d /dev/ttyS0 /mnt/1wire (for example)

If you downloaded the source package: ./configure make install /opt/owfs/bin/owfs -d /dev/ttyS0 /mnt/1wire (for example)


For more information: http://www.owfs.org

owfs's People

Contributors

alfille avatar d1mag avatar stromnet avatar serg-o avatar ianka avatar pkropf avatar miccoli avatar pascalbaerten avatar deece avatar zdzichu avatar vertiv-justinbrewer avatar vdanjean avatar ntitley avatar dougcollinge avatar smurfix avatar nhuillard avatar rspadim avatar arnout avatar hoepfner avatar ianmercer avatar heinervdm avatar uwebonnes avatar wavexx avatar agentmnm avatar pedrocr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.