FirstLegoLeague / displaySystem

Set of display tools
https://firstlegoleague.github.io/displaySystem/
4 stars 7 forks source link

Ip autoconfig #37

Open itamargreen opened 6 years ago

itamargreen commented 6 years ago

This allows a different computer to connect to the IPv4 of the computer running the display system, and it'll show the sprites and data (using window.location.hostname instead of hardcoded localhost).

rikkertkoppes commented 6 years ago

This PR seems to mix multiple new features, as there are table styling commits as well

Please offer them as separate PRs, the way to do that is to have different branches based on the most recent head

rikkertkoppes commented 6 years ago

Also, having a hardcoded IP in the default config would not work in the majority of cases.