|
How to do things AI Noob vs. Pro
List biggest files Free Open Source: Swiss File Knifea command line
Depeche View
command line
free external tools,
cpp sources
articles |
sfk fromnet [port] [options]
receive network text sent by sfk tolog or tonetlog.
if a port number is given, it is used to receive text
instead of the default UDP port 21323.
options
-raw do not cache text lines without linefeed
but print them to terminal immediately.
default is to wait for a linefeed, to join
large lines split across multiple messages.
-timeout=n wait up to n msec for input, then continue
with next chain command, if any. default
since sfk 1.8.8 is to wait endless if no
input is received.
-nowait with command chaining, always go to next
command even without any input
-port=n to specify receive port by option
chaining support
cannot not use chain input data.
see also
sfk netlog - how to send SFK network text
sfk udpdump - print raw udp data immediately
A recommended GUI tool to view and filter network text
is Depeche View from www.stahlworks.com. run
the tool by dview -net for instant net text display.
It runs with Windows, and on Linux/Mac using WINE.
examples
sfk fromnet
wait for incoming text and print it to terminal.
sfk fromnet +filter -high red error +loop
highlight errors in red in the incoming text.
sfk echo "waiting ..." +fromnet 5000
prints a message then waits for text on port 5000.
to send text on the same machine use:
sfk echo "hello" +tonetlog localhost:5000
sfk fromnet [port] [options]
receive network text sent by sfk tolog or
tonetlog.
if a port number is given, it is used to
receive text instead of the default UDP
port 21323.
options
-raw do not cache text lines without
linefeed but print them to
terminal immediately. default is
to wait for a linefeed, to join
large lines split across multiple
messages.
-timeout=n wait up to n msec for input,
then continue with next
chain command, if any.
default since sfk 1.8.8 is
to wait endless if no input
is received.
-nowait with command chaining,
always go to next command
even without any input
-port=n to specify receive port by
option
chaining support
cannot not use chain input data.
see also
sfk netlog - how to send SFK
network text
sfk udpdump - print raw udp data
immediately
A recommended GUI tool to view and
filter network text
is Depeche View from
www.stahlworks.com. run
the tool by dview -net for instant net
text display.
It runs with Windows, and on Linux/Mac
using WINE.
examples
sfk fromnet
wait for incoming text and print it to
terminal.
sfk fromnet +filter -high red error
+loop
highlight errors in red in the
incoming text.
sfk echo "waiting ..." +fromnet 5000
prints a message then waits for text
on port 5000. to send text on the same
machine use:
sfk echo "hello" +tonetlog
localhost:5000
you are viewing this page in mobile portrait mode with a limited layout. turn your device right, use a desktop browser or buy the sfk e-book for improved reading. sfk is a free open-source tool, running instantly without installation efforts. no DLL's, no registry changes - just get sfk.exe from the zip package and use it (binaries for windows, linux and mac are included).
|


