-->
Page 1 of 2

Hiding Source Code

PostPosted: Sun Jan 08, 2017 10:57 pm
by Aussie_Barry
Hi All,

I am a newbie to ESP Basic but I have a background in PIC programming using Pic Basic Pro.
In the Pic Basic Pro environment, the source code is compiled and loaded to the PIC. In this case, the end use has no visibility to the source code. In the ESP Basic environment there is no compile stage - the program runs directly from the source code which lives in the ESP8266. Am I correct in assuming that the end user therefore has full access to the source code via their web browser? Is there a way to prevent the end user from accessing and/or modifying the source code?

Comments and suggestions would be greatly appreciated.

Cheers
Barry
VK2XBP

Re: Hiding Source Code

PostPosted: Sun Jan 08, 2017 11:48 pm
by Mmiscool
On the settings page you can set a log in key and disable the link bar at the top. You can not access the editor, debugger or file manager when that is enabled.

Re: Hiding Source Code

PostPosted: Mon Jan 09, 2017 2:33 am
by Aussie_Barry
Mmiscool wrote:On the settings page you can set a log in key and disable the link bar at the top. You can not access the editor, debugger or file manager when that is enabled.


Thank you Michael - your quick response is greatly appreciated.

Cheers
Barry
VK2XBP

Re: Hiding Source Code

PostPosted: Mon Jan 09, 2017 10:00 pm
by heckler
Hi Aussie,

I came across from PIC basic pro also.

beware that one thing that tripped me up was ENDIF vs END IF
for espbasic its "end if"

enjoy!!
dwight "Heckler"