Forum

ASSIST, AMERICA'S ARMY COMMUNITY - RELIVE THE GLORY DAYS OF AMERICA'S ARMY 2.5

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Edgard2016

Pages: [1]
1
Games & Programming / Re: [PROGRAMING] How to make NAT connection to get data?
« on: Monday, February 05, 2018, 18:30:49 PM »
Oh, thank you, I'll try udp connection.

2
Games & Programming / Re: [PROGRAMING] How to make NAT connection to get data?
« on: Sunday, February 04, 2018, 11:12:27 AM »
I tried 1718 but the same thing happened.
I believe it is necessary to pass some default token to stabilize the connection and read what traffic similar to the battletracker service.

My code to try to stabilize the connection is this:

 Socket sClientToServer = new
             Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);

 IPEndPoint ipepServerEndPoint = new
             IPEndPoint(IPAddress.Parse("_IPADRESS"), _PORT);

 sClientToServer.Connect((EndPoint)ipepServerEndPoint);


3
Games & Programming / [PROGRAMING] How to make NAT connection to get data?
« on: Saturday, February 03, 2018, 22:01:16 PM »
Hi guys,

I'm a brazilian developer, i'm trying connection tcp for get players connecteds, count players connecteds, etc.. in the ports 1716 and 1717 but my connection is denied.

Do I need to pass a key in the connection header? Similar to consuming a webservice

Could someone give a hand, please.

Best regards.
Blaska

Pages: [1]

Download Assist

×

Download Game Client

Important: Battletracker no longer exists. However, old Battletracker accounts may still work. You can create a new 25Assist account here

Download Server Manager