Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ISteamNetworkingSockets #79

Open
Suvitruf opened this issue Mar 14, 2019 · 7 comments
Open

Support ISteamNetworkingSockets #79

Suvitruf opened this issue Mar 14, 2019 · 7 comments

Comments

@Suvitruf
Copy link

Hello there. Valve just opened ISteamNetworkingSockets API.

Would be nice, if steamworks4j implements it.

@AlrikG
Copy link
Contributor

AlrikG commented Jul 21, 2019

@code-disaster I don't get it. There is no SteamNetworkingSockets in steam_api.h (SDK1.44) o.O
Is this a bug? I don't know how to get the pointer to SteamNetworkingSockets.

@AlrikG
Copy link
Contributor

AlrikG commented Jul 23, 2019

I got it. Just had to read the Steam API doc carefully.... I have to use the global assessor.
OK, I am trying to implement the Steam Networking Sockets. But I think there are some cases where I need some help.

@Danjb1
Copy link

Danjb1 commented Jan 8, 2021

I am also interested in the ISteamNetworkingMessages API.

The existing ISteamNetworking API currently supported by steamworks4j is deprecated.

@baz-atak
Copy link

Going to implement steam networking and find that ISteamNetworking is deprecated / replacements aren't implemented in steamworks4j.
Now in a quandary as to whether to try and leave in my old socket based code in place or implement using a deprecated API.

Would be nice if ISteamNetworkingSockets, ISteamNetworkingMessages etc was implemented :)

@Osaris31
Copy link

Same, it would be great to see ISteamNetworkingMessages implemented!

@tylerhasman
Copy link

tylerhasman commented Jan 27, 2024

Bumping this because I need this feature!

Edit: Ok, I've been implementing themselves in my own fork. Will create a PR soon.

@tylerhasman
Copy link

tylerhasman commented Jan 30, 2024

Created a pull request with very basic features for steam networking sockets: #138

Supports P2P sockets and poll groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants