Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple adresses #16

Open
mrbostad opened this issue Jun 11, 2024 · 0 comments
Open

Support for multiple adresses #16

mrbostad opened this issue Jun 11, 2024 · 0 comments

Comments

@mrbostad
Copy link

I have 2 cars, with blackvue cam in both, and in both cars i have a wifi hotspot with ip-tunnel to my home router. (so the docker-process can access both ip adress on lan, and ip address in car)

So car 1 in-car-router gives out ip address 192.168.101.20 to the dashcam, when at home the blackvue connects to the "at-home" wifi and gets the ip address 192.168.100.20, is

And car 2 in-car-router gives out ip address 192.168.102.20 to the dashcam, when at home the blackvue connects tot he "at-home-wifi" and gets the ip address 192,168.100.21

with an extra address option, i could set for car 1:

  • ADDRESS: 192.168.100.20
  • ADDRESS 192.168.101.20

and for car 2 i could set

  • ADDRESS: 192.168.100.20
  • ADDRESS: 192.168.102.20

Or do i simply have to make a total of 4 processes?

blackvue-car1-wan
blackvue-car1-lan
blackviue-car2-wan
blackvue-car2-lan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant