Jump to content

DS chat program Released (source too)


bafio

Recommended Posts

Ok,

briefly: you should run the that command after changing to the directory where the jar file is. Once you manage to start it, you should forward port 9999UDP to the machine running it and open the firewall for that port.

I'm sorry but as I say in the website, I don't want to go too much in these details because running the chat server requires some expirience, and the server itself is still under development.

 

I hope this helps,

 

Bafio

 

ahh thx everything started fine, but i cant connect to my host.

530 Authentication failed, sorry

 

530 You aren't logged in

 

Connected to ftp.xyz.de.

530 You aren't logged in

null

FTP server refused connection.

i entered this:

java -jar chatserver.jar -ftpuser abc@xyz.de -ftppass 123 -ftpserver ftp.xyz.de -ftpdir chat -http 9999 -port 9999

something wrong? i generated the empty chat folder on my domain.

 

of course i changed here the ftp server adress, the ftpuser name and the password.

i forwarded port 9999 (UDP and TCP).

Edited by Öhr GmbH
Link to comment
Share on other sites

  • Replies 70
  • Created
  • Last Reply

Top Posters In This Topic

ahh thx everything started fine, but i cant connect to my host.
530 Authentication failed, sorry

 

530 You aren't logged in

 

Connected to ftp.xyz.de.

530 You aren't logged in

null

FTP server refused connection.

i entered this:

java -jar chatserver.jar -ftpuser abc@xyz.de -ftppass 123 -ftpserver ftp.xyz.de -ftpdir chat -http 9999 -port 9999

something wrong? i generated the empty chat folder on my domain.

 

of course i changed here the ftp server adress, the ftpuser name and the password.

i forwarded port 9999 (UDP and TCP).

 

Ok, first of all I would remove the "-http 9999" part since you are uploading to a web server.

the error you get seems quite clearly to say that you have not the right login information to the FTP server, but I guess you have checked that already. You should also make sure you made the directory where to write the files, maybe try to givve the complete path to that folder on the FTP sever.

I personally run it like this:

 

java -jar chatserver.jar -ftpuser abc@xyz.de -ftppass 123 -ftpserver ftp.xyz.de -ftpdir /path/to/chat "c:/path/to/local directory"

This way it works over here. Try with the quotes too...

 

Bafio

Link to comment
Share on other sites

-ftpdir /mu/ha/ha "C:/mu/ha/ha" or -ftpdir /mu/ha/ha "C:\mu\ha\ha"?

edit:

tried both: not working!

 

i took the informations out off my cuteftp connection(of course with changed informations in this picture):

uhm9oa.png

 

Can't understand.. try puting quotes in the user and password... it may be a bug in the ftp lib.

 

Bafio

Link to comment
Share on other sites

Hi,

 

I have posted the a new, this time big update to the chat program:

 

http://bafio.drunkencoders.com/

 

Version 0.9

* New default skin.

* New keyboard with support for all the keys, shift and caps.

* Multiple messages view (press X to change from 1 message to 4 messages view)

* Menus (back to bootloader, turn off the ds...)

* Settings (change nickname)

* Changable font for the drawings

* Changable skins (simple JPG images, located in the /skins folder)

TODO:

** fix some bugs still present in the server

** Update to the new Wifi library (when out). That will add support for WEP, etc.

* Saving and loading messages from the CF

* Save settings on server and/or on the CF

* Possibly colors and TCP version... not in the near future though

 

 

Cheers

 

Bafio

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...