It would seem the answer is no if you intend it to work only locally at the device, but I did not read too deep either, but if the printer has an IP and can reach out on the internet or the LAN to implement an AJAX request to retrieve its IP ala
<?php echo $_SERVER["REMOTE_ADDR"]; ?>
But this would be much better handled by programmers than it would here, Javascript programming certainly isn't a Xerox support issue, you are looking for the capability of a program language, not the Xerox device, which in this case is just the client the javascript is run from, it could be replaced in your setup with a PC/MAC/Phone/Tablet etc and nothing would change.
I am trying to develop an app to my xerox machine using app studio. Does anyone know how to retrieve the internal IP of the machine by javascript only?
thank you so much
Solved! Go to Solution.