VNC in Oberon

John Stout jstout "at" cusp.co.uk
Wed, 17 Jun 1998 09:10:32 +0000


I've just started using the Java code for VNC to implement the client in
Oberon, but since it's the first bit of network programming I've done I'm
stumbling along in the dark. It isn't helped by the fact that I can only get
an hour or so at a time working on it.

I've got it to the stage where it is receiving the authentication message,
but for some reason I'm not getting any further, my requests for the reason
for the failure (I get the connectionFailure value) just hang.

Can anyone recommend a book about TCP/IP 'programming'? and possibly even a
good book on Java, although as James said the Java code is pretty obvious.

John Stout