Replies: 2 comments 22 replies
-
Looking into it a little bit more, http://ipv4.web.fc2.com/map-e.html is using javascript code to calculate all of the parameters. So the javascript code would need to be converted into a bash script to run locally, or it would need node (which is 11MB on routers with potentially very small storage) as a dependency and just run the javascript code to do the calculations. Or a webserver could be set up to respond to a query of the ipv6 address with the right information... It's too much hassle for me, and there are various potential points of failure, so although I thought about it, I'm probably not going to make an automation script. I guess we can focus on making it as easy as possible with clear instructions. |
Beta Was this translation helpful? Give feedback.
-
I have made a python version to calculate the parameters. It is based off of the code written in javascript att http://ipv4.web.fc2.com/map-e.html I can use this to make automated setup for map-e configuration, but can some people please test that you are getting the correct results, the same as the above website, when trying with your own IP? I can confirm it works for mine, but mine is a 240b (JPNE), and I need some people with other addresses to also try. Just rename to calculate.py and run with python3 |
Beta Was this translation helpful? Give feedback.
-
It might be a good idea to write a script to automate the process.
It would do something along the lines of:
Then perhaps this could be distributed as a package for openwrt, or in some other way so that beginners who don't want to ssh into the router can use it.
It should not be too hard, but I might not have time to write and test it. If anyone wants to... ;)
Beta Was this translation helpful? Give feedback.
All reactions