kjloveless / ftw-cli

peer to peer, IP based, end to end encrypted messenger application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

improve documentation on how to use

kjloveless opened this issue · comments

leave a comment if you're interested and i can help walk you through running once. from there you should be able to write some documentation

Hi, I am interested in working on this. kindly run me through hoe to go about it

Hi, I am interested in working on this. kindly run me through hoe to go about it

Hi @tanitoluwam ! glad you reached out.

you can create a fork of the project and make a pull to the dev branch when done.

you'll want to have two instances of the program running, which you do by running dotnet run from the projects root directory.

this will prompt you for server or client, you will need a server running first for the client to connect to.

with the server running you can then start a client and connect to it via IP address.

this should work across machines using their public IP address, internal networks, and also with localhost.

let me know if you have any further questions. thanks!

Still looking for a contributor on this, otherwise I can tackle this soonish