AtlasTheProto / ADBForwarder

Console application designed to handle ADB commands necessary to enable wired streaming with ALVR
MIT License
21 stars 11 forks source link

Recode, port to Linux, quest 1 support #2

Closed Mantas-2155X closed 3 years ago

Mantas-2155X commented 3 years ago

This is somewhat of a recode.

Changes:

Also, instead of storing adb in tmp it is stored next to the executable. This is better in some cases for people who mount tmp to ram and it would need to be redownloaded every time the computer was restarted.

I think that libs (including xml and pdb files) should be placed in their own libs folder, can be done with a post build event and executable.config file.

Linux users have to use mono to run the application. For windows users, .net framework 4.6.1 is a better choice than netcore 6 in my opinion as the user is most likely to already have it installed from other applications that use it.

Readme should be changed to account for the changes :)