Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gopher360 | 441 | 3 years ago | 87 | gpl-3.0 | C++ | |||||
Gopher360 is a free zero-config app that instantly turns your Xbox 360, Xbox One, or even DualShock controller into a mouse and keyboard. Just download, run, and relax. | ||||||||||
Thundercracker | 195 | 6 years ago | 6 | C | ||||||
The software toolchain for Sifteo's 2nd generation product | ||||||||||
Gba Link Connection | 74 | 20 days ago | mit | C++ | ||||||
A set of Game Boy Advance (GBA) C++ libraries to interact with the Serial Port. Its main purpose is providing multiplayer support to homebrew games. | ||||||||||
Reliable_udp_bench_mark | 70 | 5 years ago | 3 | gpl-2.0 | C++ | |||||
Test reliable udp for situation of realtime pvp game by wireless. | ||||||||||
Ln Game Theory | 19 | 8 years ago | Matlab | |||||||
Matlab code for the figures and the examples used in G. Bacci, L. Sanguinetti, and M. Luise, "Understanding game theory via wireless power control,' submitted to IEEE Signal Process. Mag., Oct. 2014. | ||||||||||
Arduino Nrf24l01 Buzzer | 12 | 5 years ago | 1 | Arduino | ||||||
Wireless Game Show Buzzer System with Arduino Nano and NRF24l01 | ||||||||||
Piforce Web | 10 | 3 years ago | 8 | |||||||
Wireless web launcher for naomi | ||||||||||
Robotron | 8 | 2 years ago | Objective-C | |||||||
An implementation of the classic Robotron 2048 for the iPad and Mac. | ||||||||||
Pygame Controller | 7 | 10 months ago | 1 | gpl-3.0 | Python | |||||
Helper class to hook up applications to game controllers. Designed to assist controlling Raspberry Pi based robots using game controllers. | ||||||||||
Racepad | 7 | 3 years ago | Java | |||||||
This Android App is used as a gamepad/joystick for Windows PC games or Windows 8 games with your Android Mobile/Tablet using Bluetooth or WiFi wireless connection.This application provides you to save keyboard button mappings and send its corresponding virtual code to simulate/mimic the keyboard clicks and also provides to use your mobiles Accelerometer to steer in game which will give you best racing game experience and you can also save your game profiles remotely in from your server application and save your button mappings from keyboard . This provides all basic keyboard buttons / shortcuts which will allow you to operate your PC remotely in your Bluetooth or WiFi range. |
The bench mark is for realtime pvp game. For example, the multiplayer first person shooting game.
The requirement of realtime pvp game is packet is small and frequently.
It wants a minimal delay. And the worst delay should be not so worse.
The test client send 500 bytes in every 50 milliseconds. And the server send it back after receiving immediately.
You can see the whole bench mark test result in bench_mark.md.