tnt-coders / rock-buddy-app

Rock Buddy desktop app
13 stars 2 forks source link

Consider Dual PC setups #39

Closed Th0rstenf closed 1 year ago

Th0rstenf commented 1 year ago

Give the option in the addon to grab the data from another PC

Game PC -> runs Rocksmith, Rocksniffer & Rockbuddy Stream PC -> access the hmtl which will need to a different IP than localhost

tjwrona commented 1 year ago

This should be doable. I'll have to split out the host and port name used for the capture adding into an external configuration file like rocksniffer does.

tjwrona commented 1 year ago

Should be fixed in 0f8385870e05b5fde32d45c6e75964d0d7381cff

Will need @Th0rstenf to confirm since I do not have a dual PC setup.

Th0rstenf commented 1 year ago

I try to verify this evening, but i'm not sure i'll find the time

tjwrona commented 1 year ago

Doesn't appear to be working :( I will need to discuss with Kokoli how he got this to work with Rocksniffer

tjwrona commented 1 year ago

Looks like the issue is that the IP needs to be explicitly set to the IP of the PC running Rock Buddy and not "localhost" I will add a config option for this in a future release.

Th0rstenf commented 1 year ago

Verified with 1.0.0-beta. Works like a charm :)

tjwrona commented 1 year ago

Great! I may rename the version number though for the official release since I don't really wanna bump it to a v1.0.0 until I add a few more core features that are proving to be harder to implement than I thought 😬