GithubHelp home page GithubHelp logo

xlan's People

Contributors

snowymouse avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

xlan's Issues

Get the server working

We need the server portion working.

Basically:

  • Clients must be able to connect to a server
  • Clients must be able to chat on the server
  • Clients must be able to send UDP packets to the server

GUI application

We should have a GUI frontend for xlan. This is intended for most users and should be simple to set up.

You should be able to do the following in it:

  • Send/receive Xbox system link packets
  • Join/Host servers
  • Chat
  • Private message
  • Change your name
  • Kick (if you have permission)

It should also support a configuration file.

Command-line application

We should have a fully-functional command-line portion for xlan.

Some may wonder why this is necessary, but this can be useful for remotely hosting servers. Given that xemu is becoming more viable for playing games, we could, in theory, use this for hosting actual dedicated servers. It even supports using encapsulation rather than having to use a physical NIC.

This should allow you to do everything the Qt version does except configuration files. Instead, it should use command-line arguments.

Support UDP and TCP

TCP should be used for handling chat, joining/leaving, etc.

UDP should be ONLY used for sending system link packets and maybe ping packets.

TCP can be used for sending system link packets, but since the Xbox system link was intended to be transmitted across UDP, most Xbox games probably won't actually care about packets being received out-of-order, so the added overhead of ensuring this is most likely useless, at best, while at worst, it will cause other things to take longer to be sent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.