<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp-xebd.git/accel-cmd, branch 1.7</title>
<subtitle>High performance PPTP/L2TP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp-xebd.git)
</subtitle>
<id>https://git.amelek.net/marekm72/accel-ppp-xebd.git/atom?h=1.7</id>
<link rel='self' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/atom?h=1.7'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/'/>
<updated>2013-02-04T15:31:58+00:00</updated>
<entry>
<title>Integrate accel-cmd with accel-ppp's build process</title>
<updated>2013-02-04T15:31:58+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-xebd.git/commit/?id=38789e2c51ecf186d67bff258a185276dfb3b6ec'/>
<id>urn:sha1:38789e2c51ecf186d67bff258a185276dfb3b6ec</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-04T15:29:16+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-xebd.git/commit/?id=e7ad63d1abcffd7afb7d52b0d3164eefda786b47'/>
<id>urn:sha1:e7ad63d1abcffd7afb7d52b0d3164eefda786b47</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-04T15:29:09+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-xebd.git/commit/?id=58ec2729b7c39488f21a1cc6f732b38cfa82f053'/>
<id>urn:sha1:58ec2729b7c39488f21a1cc6f732b38cfa82f053</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>
