Search found 161 matches

by MSandro
Aug 16th, '18, 12:30
Forum: Projects
Topic: BootToGP - minimal Linux to run a GP project as embeded app?
Replies: 6
Views: 628608

Re: BootToGP - minimal Linux to run a GP project as embeded app?

I've now released the first Beta v001 on Github, you can find the link in the main post of this topic. I was not able to build a ARM edition, but I will try it again for v002. But 32 bit edition works fine on 32 and 64 bit PCs with AMD and Intel CPUs.
by MSandro
Aug 15th, '18, 11:44
Forum: Requests
Topic: asymetrical encryption/decryption?
Replies: 7
Views: 26873

Re: asymetrical encryption/decryption?

Hmm, I am able to use asymetrical cryptosystems (generating private and public keys tor transfer data over networks between my Python projects) but I am not an expert, so I don't know how souch system works in detail. I am not sure if souch hashing tools like sha256 are enoght to build my own asymet...
by MSandro
Aug 15th, '18, 10:11
Forum: Requests
Topic: Using microphone and webcam in GP?
Replies: 5
Views: 16076

Re: Using microphone and webcam in GP?

Hmm, I could try that.
But I think it would be better to implement some drivers or librarys to the vm.
by MSandro
Aug 13th, '18, 11:34
Forum: Requests
Topic: Using microphone and webcam in GP?
Replies: 5
Views: 16076

Using microphone and webcam in GP?

Hi, It would be very nice if we are able to use the camera (webcam) an microphone of the computer with GP. So we could took photos and record sounds.
by MSandro
Aug 12th, '18, 21:20
Forum: Requests
Topic: asymetrical encryption/decryption?
Replies: 7
Views: 26873

asymetrical encryption/decryption?

Does GP featrue an asymetrical cryptosystem? If not it would be nice if something like RSA rould be implemented.
by MSandro
Aug 12th, '18, 17:33
Forum: Requests
Topic: fixed window size for exported apps?
Replies: 1
Views: 6186

Re: fixed window size for exported apps?

Sounds nice, but I think this is currently not posible with the page functionality. But I think adding an simple boolean flag to lock the size would be enoght.
by MSandro
Aug 3rd, '18, 23:06
Forum: Projects
Topic: BootToGP - minimal Linux to run a GP project as embeded app?
Replies: 6
Views: 628608

Re: BootToGP - minimal Linux to run a GP project as embeded app?

I am glad that there is some interest in this. I am now pretty much done with the construction of the system. The last major hurdle is to create a customized GP version that is tailored to the system. I will make my already existing GP mod (GPower) The standard for the system. The setting function i...
by MSandro
Jul 21st, '18, 09:33
Forum: Projects
Topic: BootToGP - minimal Linux to run a GP project as embeded app?
Replies: 6
Views: 628608

Re: BootToGP - minimal Linux to run a GP project as embeded app?

If I understand right correctly, MSandro tries to build a linux installer to install a minimalistic system with buildin GP support to run GP projects very easy as a kind of embedded application. I think this sounds nice. When will the first version be finished? I'm interested in a 32bit version for...
by MSandro
Jul 12th, '18, 22:32
Forum: Projects
Topic: BootToGP - minimal Linux to run a GP project as embeded app?
Replies: 6
Views: 628608

BootToGP - minimal Linux to run a GP project as embeded app?

Hello everyone! I have a very curious idea. Here is the history summarized: A friend asked me if he could make a graphical user interface in GP for his Python written home control. I said yes, GP could communicate via serial ports with the Python program. I asked more closely how he imagines it. He ...
by MSandro
Jul 12th, '18, 08:29
Forum: Share Your Mod
Topic: GPower - GP with some powerfull features!
Replies: 0
Views: 22587

GPower - GP with some powerfull features!

This is my frist GP modification it will contain several improvements for advanced GP programmers. What I've already done: improved the AppMaker You are now able use all parts of GP, like the ProjectEditor which is needed to import classes, By default you are not able to enter the project editor in ...