<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-cmd, branch 1.11</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/marekm72/accel-ppp.git/atom?h=1.11</id>
<link rel='self' href='https://git.amelek.net/marekm72/accel-ppp.git/atom?h=1.11'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/'/>
<updated>2014-11-17T14:49:50+00:00</updated>
<entry>
<title>accel-cmd: improve help message</title>
<updated>2014-11-17T14:49:50+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2014-11-12T15:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=cfead0b09e56c0740d6dae50b8ac7a0b07c06dc4'/>
<id>urn:sha1:cfead0b09e56c0740d6dae50b8ac7a0b07c06dc4</id>
<content type='text'>
New users typically use the -h or --help parameters to figure out how
to use accel-cmd. But this only displays accel-cmd options, so users
have no way to learn which accel-ppp commands are available.

This patch improves the help message to introduce the "help" command
which users can use to learn about other accel-ppp commands.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>Integrate accel-cmd with accel-ppp's build process</title>
<updated>2013-02-06T16:47:11+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2013-01-28T18:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=aae3d45a85cb4f4a77f2bd129d43b21307966fb0'/>
<id>urn:sha1:aae3d45a85cb4f4a77f2bd129d43b21307966fb0</id>
<content type='text'>
Create a CMakeLists.txt file for accel-cmd so that it gets
compiled and installed like accel-pppd.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>Add manpage for accel-cmd</title>
<updated>2013-02-06T16:47:02+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2013-01-28T18:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=0ab9170e9ef46d8596cd022c60ba21079a4e0998'/>
<id>urn:sha1:0ab9170e9ef46d8596cd022c60ba21079a4e0998</id>
<content type='text'>
Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>New client for the cli module (tcp)</title>
<updated>2013-02-06T16:46:53+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2013-01-28T18:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=b79e80eb0d4dc506fcddd5534a5750255b078ec9'/>
<id>urn:sha1:b79e80eb0d4dc506fcddd5534a5750255b078ec9</id>
<content type='text'>
accel-cmd is a small program that reads commands from its command
line or standard input and sends them to accel-ppp (using the
tcp interface of the cli module). It displays accel-ppp's result
on standard output.
accel-cmd automatically appends the "exit" command to its command
list, so that accel-pppd will disconnect after sending its replies.

By default accel-cmd connects to localhost:2001.

Examples:
  Send the "show sessions" command to accel-ppp and display the result:
  $ accel-cmd show sessions

  Execute commands from file "cmds" and display the results to stdout:
  $ accel-cmd &lt; cmds

  Same as above, but use a different host and timeout after 1.5 seconds
  of inactivity:
  $ accel-cmd --timeout 1500ms --host accelppp.example.com &lt; cmds

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
</feed>
