On 25/06/16 20:27, Jan Kandziora wrote:
> Am 25.06.2016 um 15:20 schrieb samuix:
>
>
>>     DEBUG: ow_com.c:(45) Auto initialization of ftdi:i:0x0403:0x6001
>>     DEBUG: ow_net_client.c:(28) Called with ftdi:i:0x0403:0x6001 
>> default=10001
>>     DEBUG: ow_regex.c:(201) 0: 0->20 found <><ftdi:i:0x0403:0x6001><>
>>     DEBUG: ow_regex.c:(201) 1: 0->6 found <><ftdi:i><:0x0403:0x6001>
>>     DEBUG: ow_regex.c:(201) 2: 7->13 found <ftdi:i:><0x0403><:0x6001>
>>     DEBUG: ow_regex.c:(201) 3: 14->20 found <ftdi:i:0x0403:><0x6001><>
>>     DEBUG: ow_parse_address.c:(60) Text <ftdi:i>
>>     DEBUG: ow_parse_address.c:(120) First <ftdi:i>
>>     DEBUG: ow_parse_address.c:(125) Second <0x0403>
>>     DEBUG: ow_parse_address.c:(60) Text <0x0403>
>>     DEBUG: ow_parse_address.c:(131) Third <0x6001>
>>     DEBUG: ow_parse_address.c:(60) Text <0x6001>
>>     DEBUG: ow_net_client.c:(85) Called with [ftdi:i:0x0403:0x6001] IP
>> address=[ftdi:i] port=[0x0403]
>>
> This seems very wrong. Johan has to say something about this.
>
>
I'm not sure schreib actually built with FTDI support? The log said:

]*$> compiled to 0xb77b4b60g Ex expression <^ *([^ ]+)[
]*$> compiled to 0xb77b4b40g Ex expression <^ *([^ ]+) *: *([^ ]+)[
]*$> compiled to 0xb77b4b20g Ex expression <^ *([^ ]+) *: *([^ ]+) *: 
*([^ ]+)[

where it ought to have said:

   DEBUG: ow_regex.c:(74) Reg Ex expression </> compiled to 0x800b31ac0
   DEBUG: ow_regex.c:(74) Reg Ex expression <^[:digit:]+$> compiled to 
0x800b31aa0
   DEBUG: ow_regex.c:(74) Reg Ex expression 
<[:digit:]{1,3}\.[:digit:]{1,3}\.[:digit:]{1,3}\.[:digit:]{1,3}> 
compiled to 0x800b31a80
   DEBUG: ow_regex.c:(74) Reg Ex expression <^ftdi:> compiled to 0x800b31a60
   DEBUG: ow_regex.c:(74) Reg Ex expression <:> compiled to 0x800b31a40

i.e no regex for the ^ftdi: pattern was compiled. And the output is a 
bit weird..

schreib: verify that the "make install" step actually installs into 
"/opt/owfs/bin/owserver" which you are executing.
Otherwise, you can try running it from the build dir: 
"./module/owserver/src/c/owserver"

Johan

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to