Search Home Members Contacts
About Us
Products
Downloads
Community
Support
Pages: 1 2 [3] 4
  Print  
Author Topic: Beta Hermes Network Library Released  (Read 9757 times)
rootsage
Customers
Community Member
*****
Posts: 446

Gamer Enthusiast


WWW
« 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 Smiley
Logged

while( !( succeed = try_again()) );
------
10 print "Is this recursive?"
20 goto 10
Valcriss
Customers
Community Member
*****
Posts: 140


WWW
« Reply #41 on: August 17, 2009, 10:39:05 AM »

 Shocked

I will take a look at this tonight Smiley

thx rootsage Smiley
Logged

Hope you understood my english.

Hermes Network Library
Valcriss
Customers
Community Member
*****
Posts: 140


WWW
« Reply #42 on: August 17, 2009, 12:51:52 PM »

Fixed Smiley
Logged

Hope you understood my english.

Hermes Network Library
rootsage
Customers
Community Member
*****
Posts: 446

Gamer Enthusiast


WWW
« Reply #43 on: August 17, 2009, 02:54:16 PM »

Fixed Smiley

Awesome! Thank you very much Cheesy
Logged

while( !( succeed = try_again()) );
------
10 print "Is this recursive?"
20 goto 10
Valcriss
Customers
Community Member
*****
Posts: 140


WWW
« 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#p2

Some 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  Grin.

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.html

http://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

Hope you understood my english.

Hermes Network Library
Taneas
Customers
Community Member
*****
Posts: 153


« 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

- Working as Intended -
- FTW Studios Lead Developer -
- www.ftw-studios.com -
Valcriss
Customers
Community Member
*****
Posts: 140


WWW
« Reply #46 on: February 18, 2010, 09:00:19 AM »

Hello,  Smiley
I will release all HermesNet products tomorow for free and unlimited. (free but not open souce).
 Grin
   
Logged

Hope you understood my english.

Hermes Network Library
Valcriss
Customers
Community Member
*****
Posts: 140


WWW
« Reply #47 on: February 18, 2010, 12:25:25 PM »

In fact it's free. I have uploaded the unlocked released.

Have fun  Wink
Logged

Hope you understood my english.

Hermes Network Library
Celledor
Customers
Community Member
*****
Posts: 231


WWW
« 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
Customers
Community Member
*****
Posts: 140


WWW
« 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=4


Let me know if it you still have a problem after this Smiley
« Last Edit: February 20, 2010, 03:28:19 PM by Valcriss » Logged

Hope you understood my english.

Hermes Network Library
Gamecode
Customers
Community Member
*****
Posts: 453


WWW
« 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
Customers
Community Member
*****
Posts: 140


WWW
« Reply #51 on: February 20, 2010, 04:02:57 PM »

HNL can be used for games yes Smiley

I am not an aicraft specialist, but i can make you a little TV3D sample, with flying boxes to show you Wink

I will post that ASAP.
Logged

Hope you understood my english.

Hermes Network Library
Gamecode
Customers
Community Member
*****
Posts: 453


WWW
« Reply #52 on: February 20, 2010, 04:15:41 PM »

HNL can be used for games yes Smiley

I am not an aicraft specialist, but i can make you a little TV3D sample, with flying boxes to show you Wink

I will post that ASAP.

hmmmm, little tv sample can be realy goood :-D
Logged

aiR Captains - RC aircraft project TV65
Celledor
Customers
Community Member
*****
Posts: 231


WWW
« Reply #53 on: February 21, 2010, 06:56:38 AM »

Thanks now it worksk.
Logged

pagebt
Customers
Community Member
*****
Posts: 55


WWW
« 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.

 Grin
« Last Edit: February 23, 2010, 08:14:20 AM by pagebt » Logged
Valcriss
Customers
Community Member
*****
Posts: 140


WWW
« Reply #55 on: February 23, 2010, 09:41:57 AM »

Hello thx for this review Smiley

i will try to fix that int error on VB code generation tonight  Smiley
Logged

Hope you understood my english.

Hermes Network Library
Gamecode
Customers
Community Member
*****
Posts: 453


WWW
« Reply #56 on: February 23, 2010, 12:28:43 PM »

hello, what with 3d boxes tutorial ? Smiley
Logged

aiR Captains - RC aircraft project TV65
Valcriss
Customers
Community Member
*****
Posts: 140


WWW
« Reply #57 on: February 23, 2010, 05:12:38 PM »

I think i will release it tomorow Smiley just finishing some things
Logged

Hope you understood my english.

Hermes Network Library
Valcriss
Customers
Community Member
*****
Posts: 140


WWW
« Reply #58 on: February 25, 2010, 02:29:11 PM »

Just uploaded the first truevision & HNL Sample.

http://indealsoft.com/index.php/samples1/truevision_samples/
Logged

Hope you understood my english.

Hermes Network Library
Toaster
Community Member
*
Posts: 294

Crap I burnt the toast! :P


WWW
« Reply #59 on: February 25, 2010, 03:14:12 PM »

Hey looking good Valcriss! Smiley 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! Smiley Other then that it looks really good Smiley

-Toaster
Logged

Visit my site at: Unknown Abstraction
Pages: 1 2 [3] 4
  Print  
 
Jump to:  

Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks