neutmute / swimbait

ASP.NET Core app to emulate a Yamaha MusicCast Speaker
41 stars 4 forks source link

Hard coded IPs #6

Closed neutmute closed 8 years ago

neutmute commented 8 years ago

Need to remove hard coded IPs so it passes the works-on-my-machine test

neutmute commented 8 years ago

@rmarinho IP hardcodes mostly fixed now.

You should define an environment variable Swimbait:RelayHost with the IP of your real Yamaha - i updated the client project to use that env var too. Managed to turn my speak off/on with it too :)

neutmute commented 8 years ago

Hard codes fixed. See sln readme.md for instructions