Re: [Owfs-developers] 1-wire LCD

2005-12-20 Thread Krzysztof
Alfille, Paul H.,M.D. wrote: Thank you for the corrected link. I looked at the entry for the 2408 p38. Sending the data to the LCD should be no problem. The real question is incorporating the LCD protocol. I wonder how universal this would be, and whether it might be implemented as another

[Owfs-developers] Bind selected interface only?

2005-12-20 Thread Krzysztof
Hello Is it possible to bind LO/localhost only? Now owhttpd binds all network interfaces...I do not think it is secure (there is a firewall but ...) [EMAIL PROTECTED]:/# netstat -tpna|grep LISTEN ... tcp0 0 0.0.0.0:12340.0.0.0:* LISTEN 11017/owserver tcp

RE: [Owfs-developers] 1-wire LCD

2005-12-20 Thread Alfille, Paul H.,M.D.
For the record, OWFS is pure C. No C++. Sounds like a fun project. Paul Alfille -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Krzysztof Sent: Tuesday, December 20, 2005 2:29 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers]

Re: [Owfs-developers] Bind selected interface only?

2005-12-20 Thread Christian Magnusson
Set ip-number with -p parameter if you want. [EMAIL PROTECTED] ~]# owhttpd -p 127.0.0.1:5678 -s 3001 [EMAIL PROTECTED] ~]# netstat -an | grep 5678 tcp0 0 127.0.0.1:5678 0.0.0.0:* LISTEN On Tue, 2005-12-20 at 21:39, Krzysztof wrote: Hello Is it possible to

RE: [Owfs-developers] Bind selected interface only?

2005-12-20 Thread Alfille, Paul H.,M.D.
Thanks, Christian, I thought that was available. The general philosophy for OWFS security is: 1. There is little at stake since the actual filesystem is not accessed, only the virtual filesystem. 2. Additional security should be provided by wrapping protocols (i.e. ssh tunneling of owfs

Re: [Owfs-developers] 1-wire LCD

2005-12-20 Thread Krzysztof
Alfille, Paul H.,M.D. wrote: For the record, OWFS is pure C. No C++. ANSI C ok Sounds like a fun project. Guess what, http://sklep.avt.com.pl/go/_info/?id=16015 (check PDF and the schematic). That is exactly that what I have wanted to build... ready device waiting for a piece of software

Re: [Owfs-developers] 1-wire LCD

2005-12-20 Thread Shawn Rutledge
On 12/20/05, Krzysztof [EMAIL PROTECTED] wrote: Alfille, Paul H.,M.D. wrote: Thank you for the corrected link. I looked at the entry for the 2408 p38. Sending the data to the LCD should be no problem. The real question is incorporating the LCD protocol. I wonder how universal this would

Re: [Owfs-developers] 1-wire LCD

2005-12-20 Thread Krzysztof
$25 isn't too terrible, it is (and shipping $$$), I can have such device for 2$ PCB, 3-4$ DS2480 and LCD 0$ (I own it already) However I haven't gotten much use from it yet because I didn't realize at first that it requires a 4-bit interface and the LCDs I have lying around are the 8-bit

Re: [Owfs-developers] 1-wire LCD

2005-12-20 Thread ND Holmes
I've never seen a 44780-based LCD that didn't support 4-bit mode. It's all in the initialization as to what bus width it uses, but it's been in the controller chip since day one as far as I know. I'd try to hack something together tonight, but I don't have any 2408s and I'm leaving for two

Re: [Owfs-developers] Owfs Live CD

2005-12-20 Thread Paul Alfille
Ok, a test new owfs.uci is on the way to you. If it works, I'll submit it and create the rest of the files, including for full iso. Paul Alfille On Monday 19 December 2005 10:21 am, Quinten Uijldert wrote: Hi all, Are there any plans to upgrade the Owfs Live CD to the current DSL version?