peertrust-devel Mailing List for Peertrust
Status: Alpha
Brought to you by:
dolmedilla
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Bogdan V. <vl...@gm...> - 2004-08-15 19:06:55
|
Hi all, we (Bogdan Vlasenko and Abzal Kaligulov) developed bidirectional Peertrust - Prolog translator in java. Both these languages are used in Automated Trust Negotiation and the possibility of automatic translation of source code from one language to another and backwards was needed. We described grammars of both languages and used javacc (https://javacc.dev.java.net/) for automatic generation of parser and improved gotten code by manual adding sematic analyzer so translation of any PeerTrust/Prolog program can be made with one call of java method. Developed translator will be used later in java-applets. -- Best regards, Bogdan mailto:vl...@gm... |
From: Mathias F. <Mat...@gm...> - 2004-07-08 18:08:23
|
Hi, We, Marc Herrlich and I (Mathias Fiedler), are trying to integrate Peertrust into the P2P project Edutella (http://edutella.jxta.org), which uses JXTA for P2P services. First we built up an new service for sending and receiving our own messages, which will be used for Peertrust specific queries and answers. Until now there are 3 possibilities to send a message: - Broadcast a message through the Jxta ResovlerService. For now this is restricted to strings, is unsecure and limited in size. - Send a message through a Jxta Pipe to a specific Peer. Any Object can be sent and Pipes can be made secure. - Broadcast a message through Jxta Pipes. But it's expensive, because Pipes have to be esthablished to all recipients Until now the code contains no Peertrust specific parts. The next step will be to integrate Peertrust code into the service, so a Edutella peer with this Peertrust Service can make use of Peertrust's capabilities. Greets, Mathias Fiedler |
From: Daniel O. <olm...@l3...> - 2004-07-02 00:04:05
|
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi to all, first of all some news. As all of you should know the peertrust home page i= s=20 at http://sourceforge.net/projects/peertrust/ . I have been updating the=20 different parts of the web and I am starting to upload the source code=20 (whenever I finish I will post it to the developers list). There are already many people working in parallel in different aspects of=20 peertrust. As some of the task you are doing could overlap I would like you= =20 to send one mail to these lists summarizing your current work. That way all= =20 of you could distribute the work if you are performing the same task or jus= t=20 share experiences or answer questions from other colleagues that you alread= y=20 resolved. In addition in the discussion list you can post any suggestion of future=20 directions/implementations/ideas for the project that you think could be=20 interesting or even that you would like to research on. Best regards, DOC =2D --=20 Daniel Olmedilla Learning Lab Lower Saxony (L3S) Deutscher Pavillon Expo plaza 1 D - 30539 Hannover Phone: +49 (0)511 762.9741 / +49 (0)511 7621.9714 Fax: +49 (0)511 762.9779 / +49 (0)511-7621.9712 http://www.l3s.de/~olmedilla/ E-Mail: olm...@l3... =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA5KY2HyADsW1P33oRAlODAJ92MplUe+I1aJsAeYR21n8R/SRl9gCgoncu v0mXq7gwbKDKxlAwgsgp+sI=3D =3DKkuD =2D----END PGP SIGNATURE----- |
From: Marc H. <mar...@gm...> - 2004-05-26 09:43:27
|
Hi. I checked out the recent Edutella sources and I searched for information on the Edutella wiki but the developer manual there seems to be a very early version. For some reason my account on Server1 is not working anymore so I can't check the version in the special cvs repository mentioned on the page. Maybe someone could send me a link or the current version of the manual or any other information regarding creating new services for Edutella. Regards, Marc |