2011/9/16 Guillaume (Numerizik) <[email protected]>:
> Hello

Hi!

> Yes in fact i don't want to manager this on liquidsoap script but with one
> webservice.
>
> Just to do one wget to connect and disconnect action ?
>
> On_connect --> Wget localhost/newuser.php?port=1234 if return 0 ok if return
> 1 connection not possible
>
> Can you help me ?

Someting on these lines should do:

def on_connect(_) =
  list.hd(get_process_lines("wget http://...";)) == 0
end

Romain

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to