| File |
Date |
Author |
Commit |
|
doc
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
libnetstream
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
m4
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
man
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
src
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
AUTHORS
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
COPYING
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
ChangeLog
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
INSTALL
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
Makefile.am
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
Makefile.in
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
NEWS
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
README
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
TODO
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
acinclude.m4
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
aclocal.m4
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
ar-lib
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
autogen.sh
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
compile
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
config.guess
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
config.h.in
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
config.sub
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
configure
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
configure.ac
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
|
depcomp
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
install-sh
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
ltmain.sh
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
missing
|
2019-01-08
|
Murat Gocmen
|
[89b38c]
fixes for dataio.c base64 decoding, to support ...
|
|
netstream.pc.in
|
2019-01-07
|
Murat Gocmen
|
[e7a8ee]
Initial commit
|
Read Me
LibNetStream
------------
Stream access library, if the system is POSIX then many common syreams are access by standart IO.
basicly this library enables developers to use this line:
FILE* fp=fstreamopen("http://www.yahoo.com","r");
and use fread over it;
many protocols are in process but mains are nealry complete like tcp,tls,http,ftp,file,process,buffer,device
soon udp,rtp,rtsp,smtp,snmp,pop3,imap,icy,shoutcast,tftp,ssh,scp,rsh,telnet,rs232