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

Windows Phone 8.0 and Windows Store Apps platforms support #9

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

EvergineTeam
Copy link

We are planning to use Lidgren as part of the Networking library for Wave Engine. This library will be available in our Github account in the future.

This pull request contains the changes that we do in order to get it working in Windows Phone 8.0 and Windows Store Apps.

NOTES:

  • The *.csproj files for these platforms are included but not added in the main solution.
  • By the moment, the Encryption and UPnP features are not available for these platforms yet.

We expect to continue working together for a full cross-platform support and offer this amazing library to everybody :)

Víctor Ferrer García added 6 commits March 3, 2015 19:30
… the adapter pattern over the socket class
  - Specific adapter socket implementation
  - Encryption features not supported
  - UPnP features not supported
  - Specific DNS resolve implementation
  - csproj for WP8.0 plaform included
  - Specific adapter socket implementation (Mostly shared with WP8.0 implementation)
  - Encryption features not supported
  - UPnP features not supported
  - Specific DNS resolve implementation (Mostly shared with WP8.0 implementation)
  - csproj for WinRT plaform included
  - Some classes from System.Sockets.Net namespace have been taken from Mono project.

Known issues:
  - When the WinRT device starts as server and any client is started in the same device, the broadcast request sent by these clients, will not be received by the server until any other broadcast request sent by an external device is received.
    http://stackoverflow.com/questions/24736463/cant-receive-broadcasts-in-winrt
@MichaelDePiazzi
Copy link
Contributor

@lidgren Has your PC got a virus, or your e-mail been hacked or something?? It looks like spam is being sent to GitHub via your e-mail?

@lidgren
Copy link
Owner

lidgren commented Feb 2, 2016

Wow; does github post comments coming via email without any type of authentication? That's horrible. My mail account is secure, but somehow my address book as gotten into the hands of spammers (I suspect via phone or tablet app)... so someone is faking emails from me to everywhere I've mailed :-(

@lidgren
Copy link
Owner

lidgren commented Feb 2, 2016

Hmm... ok, github security seems to be that the reply-to address is unique; so you need to know it to reply via email. Maybe that address is stored in the gmail address book tho... in which case that's where the spammer got it :-(

@MichaelDePiazzi
Copy link
Contributor

@lidgren Shit, that ain't good! And I just received a mail bounce-back just then - looks like someone is now trying the same thing with my e-mail address! I think your address book must be compromised because coincidentally this happened just after I e-mailed you... :/

@IceIYIaN
Copy link

I have a Windows Phone 8.1... The user base is miniscule, but it would be nice to have online support for all 16/32 players that still use one :P

@ghost
Copy link

ghost commented Aug 22, 2018

@lidgren i can't help but notice it's been inactive for a bit, are you still working on lidgren?

@lidgren
Copy link
Owner

lidgren commented Aug 22, 2018

Not really. I plug pure bugs and small fixed, but no active development, no.

…ide of communication. This commit fixes this issue checking socket status error, that is expected to be ConnectionResetByPeer under these circumstances.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants