Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Ayumi), 1,393 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
ANET Queries #258375
03/30/09 03:53
03/30/09 03:53
Joined: Oct 2006
Posts: 175
G
Gumby22don Offline OP
Member
Gumby22don  Offline OP
Member
G

Joined: Oct 2006
Posts: 175
Hi,

I'm starting to play with 3DGS again, using A7.73, and was looking at the ANET library.

I was wondering, given the manual states that client and server must be running the same code base, whether that consitutes a security risk, with clients being able to see the server code?

Also, is it possible to create connections on the fly, so changing what server you are connected to for a file download function, then reconnecting once the download was complete?
And is it possible to leave a connection to a second server up while doing this, so have a separate and unique connection to a "chat" server while moving between zone-servers at will?

Thanks in advance, and it looks great

Don
have a great day

Re: ANET Queries [Re: Gumby22don] #258384
03/30/09 06:39
03/30/09 06:39
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline
Serious User
Dark_samurai  Offline
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
Quote:
I was wondering, given the manual states that client and server must be running the same code base, whether that consitutes a security risk, with clients being able to see the server code?


This is only needed if you use Lite-C. In C-Script you won't need to use the same code. I don't get it why this should be a security risk, because in Lite-C the code is compiled into the exe.

There are 3 types of connections that can run simultan: The ENet Connection, a UDP connection (available in the PRO Version) and unlimited HTTP connections with database servers... (also available in the PRO)

You can change the connections between ENet servers by disconnecting and reconnecting using (enet_host_destroy or enet_disconnect_client on the server and enet_init_client).

I hope that helps.


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: ANET Queries [Re: Dark_samurai] #258472
03/30/09 19:35
03/30/09 19:35
Joined: Oct 2006
Posts: 175
G
Gumby22don Offline OP
Member
Gumby22don  Offline OP
Member
G

Joined: Oct 2006
Posts: 175
Thanks very much, I think that will be great. I'm going to see if I can get an old side-scroller working first, and I'll see how I go smile

Don
have a great day


Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1