mbbrutman![]() Washington, USA, 17.09.2010, 02:16 |
mTCP 2010-09-16 Version (Announce) |
Hi, --- |
DOS386 13.10.2010, 03:43 @ mbbrutman |
mTCP 2010-09-16 Version - 60-Bytes-BUG fixed |
> Just a quick note - I've posted a new version of mTCP at http://www.brutman.com/mTCP --- |
mbbrutman![]() Washington, USA, 13.10.2010, 06:16 @ DOS386 |
mTCP 2010-09-16 Version - 60-Bytes-BUG fixed |
> So you fixed the bug I had and you couldn't reproduce in the past ? --- |
mbbrutman![]() Washington, USA, 21.10.2010, 05:59 @ mbbrutman |
mTCP 2010-10-20 Version - IP Fragments! |
I just posted the latest and greatest code at http://www.brutman.com/mTCP . This version finally supports IP fragments, which might help with some of the stranger network and gateway setups out there. --- |
ecm![]() ![]() Düsseldorf, Germany, 21.10.2010, 06:06 @ mbbrutman |
mTCP 2010-10-20 Version - IP Fragments! |
> And yes, this will be open source one day - I'm working on clearing the |
Rugxulo![]() Usono, 21.10.2010, 08:21 @ mbbrutman |
mTCP 2010-10-20 Version - IP Fragments! |
> And yes, this will be open source one day - I'm working on clearing the |
mbbrutman![]() Washington, USA, 21.10.2010, 15:23 @ Rugxulo |
mTCP 2010-10-20 Version - IP Fragments! |
> > And yes, this will be open source one day - I'm working on clearing the --- |
ecm![]() ![]() Düsseldorf, Germany, 22.10.2010, 18:48 @ mbbrutman |
mTCP 2010-10-20 Version - IP Fragments! |
> And yes, this will be open source one day [...] --- |
mbbrutman![]() Washington, USA, 22.10.2010, 20:40 @ ecm |
mTCP 2010-10-20 Version - IP Fragments! |
> > And yes, this will be open source one day [...] --- |
ecm![]() ![]() Düsseldorf, Germany, 22.10.2010, 21:59 @ mbbrutman |
mTCP 2010-10-20 Version - IP Fragments! |
> I have not picked a specific license for it but I suspect it will be --- |
mbbrutman![]() Washington, USA, 23.10.2010, 23:36 @ ecm |
License choice? |
Reading and considering ... --- |
Rugxulo![]() Usono, 24.10.2010, 00:55 @ mbbrutman |
License choice? |
It sounds like it's just easier for you to personally "vet" potential projects that want to use it (commercially or otherwise). In other words, don't open source it at all, but feel free to "give" free-use licenses to worthy applicants. That's the only way you'll ever have control over who uses it and what they do with it. It won't be GPL, so you'll lose a few "friends", but at least then you won't have to worry yourself at night! If you give any of it away, even only as freeware, as we've seen, people will use it any way they see fit (even commercially). Of course, why that bothers you, I don't know. (If you just want to make sure everybody knows it's "free" so that nobody will accidentally pay money to the wrong person, you could donate it publicly to FreeDOS or EDR-DOS or whomever, probably the first place(s) somebody would look for DOS software these days. FreeDOS does heavily prefer GPL, though, which doesn't forbid commercial use in any circumstances as long as the code is shared. Oh, and feel free to set up a "Donations" button on your site, but don't get your hopes up. But hey, better than nothing, right??) |
mbbrutman![]() Washington, USA, 24.10.2010, 16:19 @ Rugxulo |
License choice? |
> Also note that I'm a networking noob, esp. in DOS, so I'm completely inept --- |
DOS386 24.10.2010, 04:05 @ mbbrutman |
License choice? | TEST | not DOG-BOX |
> As fun as this code is, it's not DOSBox, Open Watcom or anything major --- |
mbbrutman![]() Washington, USA, 24.10.2010, 16:15 @ DOS386 |
Problem reports - send me a TRACE! |
> Ways more useful than DOG-BOX --- |
ecm![]() ![]() Düsseldorf, Germany, 28.10.2010, 23:02 @ mbbrutman |
License choice? |
> Reading and considering ... --- |
mbbrutman![]() Washington, USA, 29.10.2010, 01:33 @ ecm |
License choice? |
> This pretty much kills it for me. Your utilities are probably useful, but --- |
ecm![]() ![]() Düsseldorf, Germany, 29.10.2010, 14:02 @ mbbrutman |
License choice? |
> So somehow two seemingly reasonable |
Rugxulo![]() Usono, 22.10.2010, 22:24 @ mbbrutman |
mTCP 2010-10-20 Version - IP Fragments! |
Hi, |
mbbrutman![]() Washington, USA, 23.10.2010, 23:42 @ Rugxulo |
License choice? |
The rant is fine - your philosophy on this isn't too far away from mine. --- |
Laaca![]() Czech republic, 29.10.2010, 07:51 @ mbbrutman |
mTCP 2010-10-20 Version - IP Fragments! |
I don't like discussions about licenses because it mess the practical point of view. So I would like to ask if you could make some resident or loadable version of mTCP to be usable from other programming languages like Turbo pascal or QuickBasic. --- |
mbbrutman![]() Washington, USA, 29.10.2010, 17:32 @ Laaca |
mTCP 2010-10-20 Version - IP Fragments! |
> I don't like discussions about licenses because it mess the practical point --- |
ecm![]() ![]() Düsseldorf, Germany, 29.10.2010, 23:31 @ mbbrutman |
mTCP - TSR? |
> - Code size is limited. --- |
mbbrutman![]() Washington, USA, 29.10.2010, 23:50 @ ecm |
mTCP - TSR? |
> > - Code size is limited. --- |
ecm![]() ![]() Düsseldorf, Germany, 30.10.2010, 00:04 @ mbbrutman |
mTCP - TSR? |
I was referring to the difference between a static library and a TSR implementation. The TSR implementation does not add any size limitations. (Though of course your code might become a little larger to use far calling and such.) --- |