Open Source Direct-Connect client for Mac OS X
You are not logged in.
First of all - Thank you for the one and only working console client for linux.
It's hard to compile and there is no documentation - but it works.
The question is - how can i save shakespeer's settings?
Right now i'm launching shakespeer daemons like that:
sphashd && sphubd -w ~/.shakespeer
After that i can run shakespeer cli and i'm able to connect to my hub and add shares.
But when I restart sphashd and sphubd - the settings are not saved. I have to join the hub manually and re-add share paths.
if there is no support for such settings - how can i send some commands to the daemon without shakespeer cli?
such as
- add share
- connect to hub
Offline
deseven wrote:
First of all - Thank you for the one and only working console client for linux.
It's hard to compile and there is no documentation - but it works.
It's only a prototype.
deseven wrote:
The question is - how can i save shakespeer's settings?
Right now i'm launching shakespeer daemons like that:Code:
sphashd && sphubd -w ~/.shakespeerAfter that i can run shakespeer cli and i'm able to connect to my hub and add shares.
But when I restart sphashd and sphubd - the settings are not saved. I have to join the hub manually and re-add share paths.
Sphubd is supposed to execute sphashd, iirc.
deseven wrote:
if there is no support for such settings - how can i send some commands to the daemon without shakespeer cli?
such as
- add share
- connect to hub
You should be able to add shares through the config file ~/.shakespeer.conf. Try the shared-paths directive. Look in the cli/cfg.c source for other config keywords, that's about the only documentation there is, sorry.
Offline