Some important stability issues and usability improves. Must have :)
Some people report that they see a double or even triple echo when cmd.exe or .bat file executed as a server under Winetd.
As you may see from the present source code, Winetd can not add to or remove from the stream any data by its design - it's just a middleware between the console application and a sockets layer. But cmd.exe is written with no intention to be a server app ;(
Here is a small echo program example (you may find it under \test\echo dir of Winetd-1.0.2 release) that 100% works with Winetd and shows how to write servers for Winetd:... read more
Feature added: Now you may bind your service(s) to a network interface(s) specified! ;)
NOTE: if you want to bind service(s) to ALL network interfaces set iface='0.0.0.0' in winetd.conf
Today I see 24 downloads (total), but no new messages/suggestions about Babber in the forum :(
Could you please spent 1-2 minute to POST FEEDBACK to project forum?
Thanks a lot to all! :)
Now you may write your own internet services (POP3, SMTP, HTTP, etc.)
just as console applications without sockets programming.
Simply run that applications from Winetd !
Enjoy! :)