|
Post by xlar54 on Jul 6, 2009 1:42:58 GMT -5
Lief, Ive been using this program, and while it's really great, theres one thing Id *really* like to see with it. Instead of the "Send ... upon disconnect" type of settings, I need to be able to specify exactly what it is to look for. I have a BBS running that once it logs off, there are some character it sends, but they apparently are not the ones your program is looking for. Id like to specify them. Also, when waiting for a call, the program is expecting numeric codes (2 = RING) etc, and I need to be able to specify the value and action to take. ( 5 = Connect 1200, etc). Can this be done in a future version? Or maybe the source is available?
|
|
|
Post by Jim Brain on Jul 6, 2009 20:53:45 GMT -5
*cough* tcpser has numeric error and connection codes :-) *cough*
Jim
|
|
|
Post by Leif Bloomquist on Jul 8, 2009 10:10:20 GMT -5
BBS Server 1.5 will...just slow going, and too many disparate forks to consolidate. I should have put it on sourceforge. I underestimated how popular the app would become!
|
|
|
Post by xlar54 on Jul 12, 2009 2:05:38 GMT -5
Thanks Jim and Leif, One thing I had wanted for a long time was to have one of these two as a windows service, so I went ahead and created a windows service that acts as a modem emulator. Not competing, just another option for folks. Its basic, and the code isnt the prettiest, but seems to work fine both for incoming (tested with CNet 10.0) and outgoing (Desterm). A link to the app with source is: www.filedropper.com/modememulatorWritten in C# (3.5 framework) Id like to study Jims Java code more, to get some of the parsing cleaned up and an all-around better emulation, but this is something hopefully useful to others.
|
|