rootsage
Customers
Community Member
    
Posts: 446
Gamer Enthusiast
|
 |
« Reply #40 on: August 14, 2009, 08:50:36 PM » |
|
Hey Valcriss, When I download any of the ZIP files from your site, WinRAR says they are corrupt archives, just want to let you know 
|
|
|
|
|
Logged
|
while( !( succeed = try_again()) ); ------ 10 print "Is this recursive?" 20 goto 10
|
|
|
|
|
|
Valcriss
|
 |
« Reply #42 on: August 17, 2009, 12:51:52 PM » |
|
Fixed 
|
|
|
|
|
Logged
|
|
|
|
rootsage
Customers
Community Member
    
Posts: 446
Gamer Enthusiast
|
 |
« Reply #43 on: August 17, 2009, 02:54:16 PM » |
|
Fixed  Awesome! Thank you very much 
|
|
|
|
|
Logged
|
while( !( succeed = try_again()) ); ------ 10 print "Is this recursive?" 20 goto 10
|
|
|
|
Valcriss
|
 |
« Reply #44 on: February 01, 2010, 02:57:38 PM » |
|
Just a small message, to announce a new version of the library. You can find some informations here : http://indealsoft.com/forum/viewtopic.php?f=2&t=2&p=2#p2Some samples here : http://indealsoft.com/index.php/samples1/hermesnet2_samples/And the released files here : http://indealsoft.com/index.php/downloads/For those who have already used the library and the HermesNetADD application, i have also released a compatible HermesNetAdd version. This release contains ,both UDP and TCP protocol support, UDP reliable, UDP ordered, some bugs  . it is a beta version, please dont forget to report all the bugs you can find. For the moment the server object is limitated to 5 simultaneous connections, it can handle a lot more, but i havent decide yet if the new version of the libary will stay a commercial projet, or if it will become a free one (not open source,but free) Dann, Hey found my first post on the forum about my libary, im so old... http://www.truevision3d.com/forums/recruitment/looking_for_alpha_testers_for_a_c_network_library-t15052.0.htmlhttp://www.truevision3d.com/forums/announcements/new_release_of_hermesnetwork_library_is_comming_soon-t16549.0.html;msg113288#msg113288
|
|
|
|
« Last Edit: February 01, 2010, 03:05:08 PM by Valcriss »
|
Logged
|
|
|
|
|
Taneas
|
 |
« Reply #45 on: February 17, 2010, 09:42:51 PM » |
|
When will you be increasing the user limit?
I would love to upgrade to this to use the UDP, but I need to support more than 5 right away.. heh....
|
|
|
|
|
Logged
|
|
|
|
|
Valcriss
|
 |
« Reply #46 on: February 18, 2010, 09:00:19 AM » |
|
Hello, I will release all HermesNet products tomorow for free and unlimited. (free but not open souce).
|
|
|
|
|
Logged
|
|
|
|
|
Valcriss
|
 |
« Reply #47 on: February 18, 2010, 12:25:25 PM » |
|
In fact it's free. I have uploaded the unlocked released. Have fun 
|
|
|
|
|
Logged
|
|
|
|
|
Celledor
|
 |
« Reply #48 on: February 20, 2010, 11:24:34 AM » |
|
Cool, But I tried to start the sample server and client but nothing happens. Ther server say: Server Listening on port : 5000 Shouldn't the client print connected or something like that?
|
|
|
|
|
Logged
|
|
|
|
|
Valcriss
|
 |
« Reply #49 on: February 20, 2010, 03:08:52 PM » |
|
If you are using windows 7, you must change the line : _client.Connect("localhost", 5000); To : _client.Connect("127.0.0.1", 5000); Or uncomment the line : # 127.0.0.1 localhost In the C:\Windows\System32\drivers\etc\hosts file. More info here : http://indealsoft.com/forum/viewtopic.php?f=2&t=4Let me know if it you still have a problem after this 
|
|
|
|
« Last Edit: February 20, 2010, 03:28:19 PM by Valcriss »
|
Logged
|
|
|
|
|
Gamecode
|
 |
« Reply #50 on: February 20, 2010, 03:36:08 PM » |
|
is HNL good for aicraft simulator multiplayer game ? (up to 4 - 8 players) ?
|
|
|
|
|
Logged
|
aiR Captains - RC aircraft project TV65
|
|
|
|
Valcriss
|
 |
« Reply #51 on: February 20, 2010, 04:02:57 PM » |
|
HNL can be used for games yes  I am not an aicraft specialist, but i can make you a little TV3D sample, with flying boxes to show you  I will post that ASAP.
|
|
|
|
|
Logged
|
|
|
|
|
Gamecode
|
 |
« Reply #52 on: February 20, 2010, 04:15:41 PM » |
|
HNL can be used for games yes  I am not an aicraft specialist, but i can make you a little TV3D sample, with flying boxes to show you  I will post that ASAP. hmmmm, little tv sample can be realy goood :-D
|
|
|
|
|
Logged
|
aiR Captains - RC aircraft project TV65
|
|
|
|
Celledor
|
 |
« Reply #53 on: February 21, 2010, 06:56:38 AM » |
|
Thanks now it worksk.
|
|
|
|
|
Logged
|
|
|
|
|
pagebt
|
 |
« Reply #54 on: February 23, 2010, 08:07:53 AM » |
|
I just tried HNL for the first time and I can't believe how easy it is to use. Normally I patch in the netowrk code that I have been extending and useing for years, but I needed to prototype a client/server quickly on a clean machine where I didn't have access to any of my Code toolkit. Short review (but I bet you can guess the summary already) HNL 2, with the HNADD code designer is very easy to use, while there is no documentation at this time, I was able to run the designer, figure out what to do in the designer, have the designer generate VB application classes, drop the classes and the HNL 2 Dll into an existing project, and begin responding to network traffic events. Total Time 12 minutes. The only 2 errors that I encountered were: When generating VB code, Integers were declared as int. This was corrected with a find/replace search. I created a 2 server one client environment and created a 'Login' packet for each server from the client... with both of them called 'Login' the generated code was missing one of the versions. This was resolved by reentering the designer and changing the name of the second 'Login' to make it unique, then re-generating the code. Again I am pleased with HNL 2 and look forward to continuing to use it it the final production application as well as future prototypes. 
|
|
|
|
« Last Edit: February 23, 2010, 08:14:20 AM by pagebt »
|
Logged
|
|
|
|
|
Valcriss
|
 |
« Reply #55 on: February 23, 2010, 09:41:57 AM » |
|
Hello thx for this review  i will try to fix that int error on VB code generation tonight
|
|
|
|
|
Logged
|
|
|
|
|
Gamecode
|
 |
« Reply #56 on: February 23, 2010, 12:28:43 PM » |
|
hello, what with 3d boxes tutorial ? 
|
|
|
|
|
Logged
|
aiR Captains - RC aircraft project TV65
|
|
|
|
Valcriss
|
 |
« Reply #57 on: February 23, 2010, 05:12:38 PM » |
|
I think i will release it tomorow  just finishing some things
|
|
|
|
|
Logged
|
|
|
|
|
Valcriss
|
 |
« Reply #58 on: February 25, 2010, 02:29:11 PM » |
|
|
|
|
|
|
Logged
|
|
|
|
Toaster
Community Member

Posts: 294
Crap I burnt the toast! :P
|
 |
« Reply #59 on: February 25, 2010, 03:14:12 PM » |
|
Hey looking good Valcriss!  I found a bug though in your truevision sample. Here's what I did to create the bug: 1.) Start Server 2.) Start Client 3.) Close Client 4.) Start Client Once you start the client back up after closing it I saw two admin's. The other admin moved when I moved but in a different direction. Anyways I hope this helps!  Other then that it looks really good  -Toaster
|
|
|
|
|
Logged
|
|
|
|
|