Espruino IDE (Native): Works behind a company proxy? #6151
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2019-05-08 by @gfwilliams Presumably you could use If you're interested in how it works I believe it is simply: https://github.com/espruino/EspruinoTools/blob/gh-pages/core/utils.js#L363 Having said that, the easiest solution might just be to use Offline mode - also in settings. Just follow the instructions there - you can download a zip using your browser which will have a network connection, then upload it via the IDE. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-05-08 by wklenk
I am trying to use the "native" Espruino IDE in a company network with no direct access to the internet.
My notebook is running a HTTP proxy called cntlm on port 3128.
When transferring code from the IDE to the device, the "required" modules cannot be fetched from the internet.
In Settings -> Communications I can "Enable Proxy",
but what exactly do I have to enter in "Proxy URL" and "Proxy Port" ?
I tried different variations but none of them worked.
Best regards,
Wolfgang
Beta Was this translation helpful? Give feedback.
All reactions