跳到主要內容

發表文章

目前顯示的是有「owfs on raspberry pi」標籤的文章

owfs install

1 fuse sudo apt-get install fuse sudo apt-get install libfuse-dev ( for fusexmp etc) cd /usr/share/doc/libfuse-dev/examples ls -al check installation by: dpkg --get-selections | grep fuse ubuntu libfuse-dev file list in here according to  excellent owfs quickstart guide : owfs ow-shell ownet( optional for perl or php programming) python-ownet edit /etc/owfs.conf: ######################## SOURCES ######################## # # With this setup, any client (but owserver) uses owserver on the # local machine... ! server: server = localhost:4304 # # ...and owserver uses the real hardware, by default fake devices # This part must be changed on real installation # server: FAKE = DS18S20,DS2405 # # USB device: DS9490 # enable i2c support # This is for 1-wire bus master IC, eg DS2482-100 #server:i2c=/dev/i2c-1:ALL # server: device = /dev/i2c-1 #server: usb = all # # w1 devices server: w1 = all # Serial port: DS9097 #server: device = /dev/ttyS1 # # owserver tcp a...