[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Autopilot, a module for remotely doing things
From: |
Alan Perry |
Subject: |
Re: Autopilot, a module for remotely doing things |
Date: |
Wed, 3 Dec 2014 10:03:10 -0800 |
> On Dec 3, 2014, at 9:00 AM, Brugnara Daniele <address@hidden> wrote:
>
> source (http,http://192.168.1.70:1273)/
> source (http:http://192.168.1.70:1273)/
> source (http,192.168.1.70,1273)/
> source (http:192.168.1.70:1273:/)
> [...]
>
>
The syntax for a net device is (<protocol>, <server>). <protocol> in your case
would be 'http'. <server> would be 192.168.1.170. The http module is
hard-coded to use port 80.
I am in the process of extending the syntax to allow the port to be specified
(with syntax (<protocol>, <server>, <port>)). Working through a bug in my code.
alan
- Autopilot, a module for remotely doing things, Brugnara Daniele, 2014/12/02
- Re: Autopilot, a module for remotely doing things, Andrei Borzenkov, 2014/12/03
- Re: Autopilot, a module for remotely doing things, Brugnara Daniele, 2014/12/03
- Re: Autopilot, a module for remotely doing things, Andrei Borzenkov, 2014/12/03
- Re: Autopilot, a module for remotely doing things, Brugnara Daniele, 2014/12/03
- Re: Autopilot, a module for remotely doing things,
Alan Perry <=
- Re: Autopilot, a module for remotely doing things, Brugnara Daniele, 2014/12/03
- Re: Autopilot, a module for remotely doing things, Brugnara Daniele, 2014/12/03
- Re: Autopilot, a module for remotely doing things, Andrei Borzenkov, 2014/12/04
- Re: Autopilot, a module for remotely doing things, Andrei Borzenkov, 2014/12/03
Re: Autopilot, a module for remotely doing things, Vladimir 'φ-coder/phcoder' Serbinenko, 2014/12/07