Message Board


Message Board > Fenix / Bennu / Gemix / DIV > [DLL] Network.DLL

February 16, 2007, 12:49
Sandman
F3n!x0r
1194 posts

And does it do the job? :)
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
February 16, 2007, 14:11
yonni
None
420 posts
Yup, its worth noting though, that using HTTP/1.0 you have to re-connect every time you want to send a request. With HTTP/1.1, persistent connections are supposed to be default (connection remains open until a "connection: close" header is sent from either host or client), however I have not yet found a host that does not send a "connection: close" header as default in every response.
____________
#
February 16, 2007, 16:19
Sandman
F3n!x0r
1194 posts

Ah yeah, I learned this in college. Funny how stuff you learn is actually true, when you come across it.
Keep us informed about your progessions. :)
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
March 26, 2007, 02:41
Sandman
F3n!x0r
1194 posts

My apologies, I recently noticed I got seperate everywhere instead of separate. Renamed everything.

Network.DLL v1.54
Network.DLL v1.54 Tester

v1.54:
Renamed all functions related to "seperator" to "separator".
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
March 26, 2007, 10:20
Dennis
どこかにいる
2092 posts

who cares as long as it works? :s

(sorry to sound blunt but I expected a major update and find this instead :))

[Edited on March 26, 2007 by Dennis]
____________
Kwakkel
#
March 26, 2007, 13:41
Sandman
F3n!x0r
1194 posts

You expected a major update you say! What would you like in a next version then? :) Currently I'm out of ideas (except for UDP).
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
March 26, 2007, 18:06
yonni
None
420 posts
You could impliment HTTP methods to save from people having to make their own, that shouldn't be too hard.
____________
#
March 30, 2007, 01:40
Sandman
F3n!x0r
1194 posts

Didn't you make those already? And it's a bit too highlevel for this DLL, but one could certainly write an includable file for Fenix, which uses this DLL. I don't really feel like implementing the HTTP protocol.
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
April 8, 2007, 14:47
link3rn3l
Whiskered
78 posts
sandman
please share this files...

    include "extra.inc";
    include "Network.fh";
    include "CMD.inc";
    include "CNS.inc";

thanks
____________
#
April 8, 2007, 17:10
yonni
None
420 posts
Yeah, I did make them myself after doing a bit of reading about the protocol so that I understood it properly.
____________
#
April 10, 2007, 13:46
Dennis
どこかにいる
2092 posts

ok, I'll get into it...
____________
Kwakkel
#
April 10, 2007, 16:51
yonni
None
420 posts
What are you getting on to?
____________
#
April 13, 2007, 11:55
Dennis
どこかにいる
2092 posts

I'll get on to it yes... my networked game!
____________
Kwakkel
#
April 14, 2007, 22:23
link3rn3l
Whiskered
78 posts
network sample :
http://www.gigasize.com/get.php/1160378/PRG.rar


ideas, code updates, please share...!!
____________
#
April 15, 2007, 03:01
Sandman
F3n!x0r
1194 posts

Thanks a lot for making an example. It doesn't compile in Fenix 0.84a though, but it does in Fenix 0.92a.
Made another link for download, added Fenix 0.92a files and compiled DCB, here.
Perhaps you could look into the not compiling in 0.84a, as that is also a much used version.

Another thing, that Network.DLL is compiled for the latest DLL system I take it? May I host it as a seperate file as well, so everyone can download it easily?
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
April 15, 2007, 13:24
yonni
None
420 posts
Noob question: how do I compile a DLL "for" a fenix version?
____________
#
April 15, 2007, 15:17
Sandman
F3n!x0r
1194 posts

You need to compile the DLL sourcecode using the wanted Fenix sourcecode.
With 0.84a this is a bit of a problem, because it doesn't exist. There's 0.83b and 0.84b, but nothing in between, so you need to pick one of them, whichever suits your needs.
For the latest versions this isn't a problem though, as with every release, the sourcecode is released as well, so they match.
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
April 23, 2007, 22:22
Sandman
F3n!x0r
1194 posts

Small update. Made a Fenix 0.83b compatible version.

Network.DLL v1.54a
Network.DLL v1.54a for Fenix 0.83b
Network.DLL v1.54a Tester

154a:
Fixed a "debug assertion failed" error, when sending something, without having specified a separator.
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
April 24, 2007, 11:41
Fiona
games are terrible
-9616558 posts

Can't believe you're still plugging away at this. KEEP IT UP
____________
laffo
#
April 25, 2007, 21:06
Dennis
どこかにいる
2092 posts

It means all previous versions must have sucked






just kidding
____________
Kwakkel
#
May 23, 2007, 13:44
Sandman
F3n!x0r
1194 posts

Forgot to make this public:
Network.DLL v1.54a for Fenix 0.92a
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
June 3, 2007, 02:01
DavidBeoulve
Beardless
2 posts
Ooo... *makes with the clickies*
Such interesting things we learn with one evening of reading about Fenix.
____________
#
September 30, 2008, 12:53
Sandman
F3n!x0r
1194 posts

Bennu version and a few additions.

Network.DLL v1.55 for Bennu WIP8 and up

v1.55:
Made the process nonkillable except by net_quit().
Added NET_SetPriority().
Converted to Bennu WIP8 and above.
Changed name from Network.DLL to libnetwork.dll to avoid conflicts.
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
November 18, 2009, 16:30
Sandman
F3n!x0r
1194 posts

New version, fixed small bug. No one will probably read this anyway. ;)

Network.DLL v1.56

v1.56:
    Fixed functions export bug
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
November 19, 2009, 00:18
Moogle
Enterprise Edition
239 posts

Wait, it took you over a YEAR to fix such a SMALL bug?!

In other news, keep up the good work obv :)
____________
I am Moogle and I approve this message.

Quoting (. )( .) in the Bugs topic:
Everytime I login the threads with new posts are by Dennis.
#

Page 1 , 2 , 3 , 4 , 5 , 6 , 7


Message Board > Fenix / Bennu / Gemix / DIV > [DLL] Network.DLL

Quick reply


You must log in or register to post.
Copyright © 2005 Booleansoup.com
Questions? Comments? Bug reports? Contact us!