BrendanBall / barrier-rust

12 stars 0 forks source link

Documentation? #1

Open NilsIrl opened 3 years ago

NilsIrl commented 3 years ago

Hi, I'd be interested in using this project, however, there is 0 documentation right now. Not even a usage.

What should I do?

NilsIrl commented 3 years ago

I managed to create a config files like so:

~/.config/barrier-rust/config.toml:

server = { address = "192.168.1.95" }

however when I run it I get the following error:

Config { server: ConfigServer { address: "192.168.1.95" } }
Create stream failed: invalid socket address
NilsIrl commented 3 years ago

Nevermind, fixed it by adding a port number

NilsIrl commented 3 years ago

Now that that's done, it still doesn't work. This is my first time using barrier and it doesn't work. I've set the screen name of the computer as "brendan-nom" as this seems to be what I find in the source code.

I would like to have more guidance. Thanks