You are not logged in.

#1 2006-04-19 09:34:44

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

[req] javafon

http://www.atverheul.de/javafon/

It's a peer2peer telephon software and independent from the OS. Planned features  are a GUI, conferences, configurable encryption and sound quality and a "friends look up" function to keep make communication possible with dynamic IPs.

Sorry, I have no time for a pkg right now. And I haven't done a java based package so far.

AndyRTR

Offline

#2 2006-04-19 13:30:30

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [req] javafon

I'm afraid my German is non-existent, but I'm having a look anyway. I can work out the key generation messages in the following, but can you tell me what the rest says?

Server:

Server: Server wurde gestartet.
Server: Verbindungsanfrage eines Clients.
getKeyPair:     Generieres neues RSA Schlüssel-Paar.
verwende AES-Key: <long_hex_string>
Capture:        Unterstuetzt dieses Format nicht.
Playback:       Beginne mit der Wiedergabe.

Client:

Client: Baue Verbindung mit localhost.localdomain[127.0.0.1] auf.
Client: Client hat Verbindung zum Server aufgebaut
getKeyPair:     Generieres neues RSA Schlüssel-Paar.
verwende AES-Key: <another_long_hex_string>
Playback:       Beginne mit der Wiedergabe.
Capture:        Beginne mit der Aufnahme.

(I've removed the actual hex strings because phpBB wouldn't display them properly.)

Offline

#3 2006-04-19 17:54:16

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: [req] javafon

Client looks ok: starts playback and recording.

Server: Capture:        Unterstuetzt dieses Format nicht.
= Capture: format is not supported

Offline

#4 2006-04-19 19:45:54

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [req] javafon

Thanks Andy. However, I'm still stuck language-wise, as I expect any available info that would help with that error is on the website - in German ... roll

Basically, I think I'm too Irish for this particular job. tongue We need someone else from Good Old Germany, or at least with some Good Old German that they can apply.

Offline

#5 2006-04-20 09:28:50

mic64
Member
Registered: 2005-03-03
Posts: 173

Re: [req] javafon

tomk wrote:

Server:

Server: Server wurde gestartet.
Server: Verbindungsanfrage eines Clients.
getKeyPair:     Generieres neues RSA Schlüssel-Paar.
verwende AES-Key: <long_hex_string>
Capture:        Unterstuetzt dieses Format nicht.
Playback:       Beginne mit der Wiedergabe.

Server: Server started
Server: Connection Request from a Client
getkeypair: gnerating new Key-pair
using AES-Key: ....
Capture: doens´t support this Format
Playback: starting Playback

Client:

Client: Baue Verbindung mit localhost.localdomain[127.0.0.1] auf.
Client: Client hat Verbindung zum Server aufgebaut
getKeyPair:     Generieres neues RSA Schlüssel-Paar.
verwende AES-Key: <another_long_hex_string>
Playback:       Beginne mit der Wiedergabe.
Capture:        Beginne mit der Aufnahme.

Client: connecting to ocalhost.localdomain[127.0.0.1]
getKeyPair: generating new key-pair
using AES key: ...
Playback: starting Playback
Capture: starting recording

well this is the translation

Offline

Board footer

Powered by FluxBB