nikita36078 / J2ME-Loader

A J2ME emulator for Android.
Apache License 2.0
1.72k stars 195 forks source link

Forward Bluetooth connection over the internet #1055

Open ayan-dhara opened 1 week ago

ayan-dhara commented 1 week ago

Quick summary

I want to play a Bluetooth multiplayer game with my friend. but he is way far to me!! So Can a feature be implemented so that all in game Bluetooth connection can be forwarded over the internet ?

Details

I know it may require server to send connection back and forth but it can be at least implement it for local wifi on (over 192.168.-.-) so that it can be extended later

lets say we are connected on same wifi, then in the game setting there is a option to forward connection. in phone 1 (192.168.0.1) we select port the current devise would bind e.g. 8888 same happens for the other phone (192.168.0.2) the on the first phone we enter connection address 192.168.0.2:8888, and on the second phone 192.168.0.1:8888 (it would be better if this also can be automated) all the BT connection for that game would be forwarded over the wifi

obvious the main challenge here is to convert bluetooth packets back and forth but if the whole os can be emulated why not this ?

I hope it would be very use full for others also to play old multiplayer games