Dear FreeMASTER experts, dear @MichalH,
Currently we are using the macro FMSTR_TSA_PROJECT in our firmware to specify a name and the FreeMASTER project file on a network folder. Also, the related ELF file and a HTML start page are referenced by relative paths on this network folder. This works fine with FreeMASTER V3.2.1.6: When I connect to the board, the project information is retrieved and I can open the project. The related ELF file is considered and the HTML start page is displayed within FreeMASTER window.
Now, we need to move from those network folders to a file server.
The User's Guide (FreeMASTER Communication Driver, Rev.4.2) shows in chapter 3.4.3 the example:
FMSTR_TSA_PROJECT("Full Project (online)", “http://mycompany.com/prj/demo.pmp”)
I could verify that the project file is loaded over HTTP. But I had problems to use the secure version (HTTPS).
Also, the ELF file with the address information was not loaded from the file server. I tried the relative path and an URL starting with http. (I also escaped spaces by %20.) I had no success.
The HTML start page was loaded from the file server, but after an dialog, it was displayed in an external browser instance and not within the FreeMASTER window.
So, I have the following questions:
1) Is HTTPS supported by FreeMASTER to fetch project resources (pmp/pmpx, map/elf, HTML page)?
2) Is HTTPS (or HTTPS) supported to retrieve the ELF file? (How? Relative to project file? Complete URL?)
3) How can I make FreeMASTER to display the HTML start page, which was retrieved from the file server, within its window?
Best regards,
michaeL