File: README.md

package info (click to toggle)
kore 4.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,912 kB
  • sloc: ansic: 29,227; makefile: 344; sh: 278; python: 149; cpp: 34
file content (11 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Example of using the asynchronous python api to create a simple
echo server.

Kore must have been built with PYTHON=1.

On the command-line run the following

$ kore echo.py

Then connect to 127.0.0.1 port 6969 using netcat or so and you'll
see it echo back everything you send it.