1. The old PEU

I ame still running the peu version based om euphoria 3.x .
The idee behind it is that a program should run independend of the OS .

It generated code for MSwindows as well Linux it uses the source code .
I also run it on a RaspbarryPi , simple by compiling the source .

It a pitty the text is all in Dutch . See : http://members.home.nl/m.s.ter.haseborg/peu/doc/peuhelp/peu-help.html

See also : http://members.home.nl/m.s.ter.haseborg/peu/PEUL.html

Greatings Menno .

new topic     » topic index » view message » categorize

2. Re: The old PEU

menno said...

I ame still running the peu version based om euphoria 3.x .

The last time I checked it out, peu (an independent clone) tracked Euphoria 2.x or even older, not 3.x

menno said...

Well, perhaps a good start would be to use an online site like Google Translate to get a rough english translation going (but leave in the original Dutch comments as well). This "speed translation", while less accurate, might be enough to encourage new Anglophone developers to join in the effort.

Anyways, I'm glad to see that peu is still around and kicking. Keep up the good work, Menno!

new topic     » goto parent     » topic index » view message » categorize

3. Re: The old PEU

Is it a idee , as done in Peu , to make a open() which opens a tcp/ip socket in the next version of Euphoria ?

I have made a device=open("server.where",mode) . Where the mode can be a "c" for open client . And a mode "s" for server and "a" for accept and "aw" for accept with wait until there is a message .

As example see the FTP client : http://members.home.nl/m.s.ter.haseborg/peu/ftp.html Look at the part "openftp" and "PASV" .

I wrote this small client because XP en Vista thiere ftp.exe does not have a pasieve mode .

A other example is a simple mail program : http://menno.jbnetworks.nl/judo/judoforms/mbodyf.html . Where the file "mailbody" consist of multiple mails . This example only uses port 25 . (With the wrapper to "cryptlib" you can use a tsl/ssl (port 465) connection .)

new topic     » goto parent     » topic index » view message » categorize

4. Re: The old PEU

Oke I donnot know why a the message became twice . Is there a way to delete a message ? I couldn't find it .

new topic     » goto parent     » topic index » view message » categorize

5. Re: The old PEU

menno said...

Is it a idee , as done in Peu , to make a open() which opens a tcp/ip socket in the next version of Euphoria ?

wxEuphoria seems to have something that simple:

http://wxeuphoria.sourceforge.net/sfdocs/NETWORKING.html

Regards

Jean-Marc

new topic     » goto parent     » topic index » view message » categorize

6. Re: The old PEU

menno said...

Oke I donnot know why a the message became twice . Is there a way to delete a message ? I couldn't find it .

No, you have to ask a moderator to do it for some reason. It's a forum limitation.

new topic     » goto parent     » topic index » view message » categorize

7. Re: The old PEU

menno said...

Is it a idee , as done in Peu , to make a open() which opens a tcp/ip socket in the next version of Euphoria ?

No, the closest is http://scm.openeuphoria.org/hg/euphoria/file/b9cba54d622a/include/std/socket.e#l784 and friends.

menno said...

(With the wrapper to "cryptlib" you can use a tsl/ssl (port 465) connection .)

That would be nice to have in OpenEuphoria.

jmduro said...

wxEuphoria seems to have something that simple:

http://wxeuphoria.sourceforge.net/sfdocs/NETWORKING.html

Regards

Jean-Marc

That's more similar to the OpenEuphoria implementation than the PEU version, IIUC.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu