[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Autopilot, a module for remotely doing things
From: |
Vladimir 'φ-coder/phcoder' Serbinenko |
Subject: |
Re: Autopilot, a module for remotely doing things |
Date: |
Sun, 07 Dec 2014 17:41:08 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 |
On 02.12.2014 17:22, Brugnara Daniele wrote:
> Here I am again.. I'm studying grub code and thinking about this feature
> we are talking about.
> A funny name could be "autopilot". I'm thinking this about a big
> container where to put more than a "pilot".
>
Way too monolithic. Too much functionality jumbled in one module.
> Let's see how my mind though this:
>
> AUTOPILOT.mod
> |
> |____> UDP
> |
I'd prefer to stic to known protocols rather than inventing new ones.
> |____> HTTP Server
> |
this one may be worthwhile. But telnet is easier for similar functionality
> |____> HTTP Client
> |
Already covered by (http,...)/.... Please improve documentation rather
than adding new ways of doing things.
> |____> Serial
Already covered by serial console. If you need to transfer files via
serial, kermit is a way to go, not custom protocols.
signature.asc
Description: OpenPGP digital signature
- 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, 2014/12/03
- 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 <=