Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
juga
sbws
Commits
b26a71bf
Commit
b26a71bf
authored
Sep 14, 2018
by
juga
Browse files
Add the .sbws layout in man, removed from INSTALL
parent
8cdc3f46
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b26a71bf
...
@@ -24,22 +24,6 @@ also online at https://sbws.readthedocs.io and
...
@@ -24,22 +24,6 @@ also online at https://sbws.readthedocs.io and
[
this onion service
](
http://d7pxflytfsmz6uh3x7i2jxzzwea6nbpmtsz5tmfkcin5edapaig5vpyd.onion/
)
[
this onion service
](
http://d7pxflytfsmz6uh3x7i2jxzzwea6nbpmtsz5tmfkcin5edapaig5vpyd.onion/
)
(
[
v2
](
http://sdmb3rfvp3wadu6y.onion/
)
).
(
[
v2
](
http://sdmb3rfvp3wadu6y.onion/
)
).
## Layout of `sbws` source code directory
-
`docs/`
the source of the sbws documentation website.
-
`sbws/`
the source code for sbws.
-
`sbws/core/`
each file contains code specific to a single sbws command.
-
`sbws/lib/`
complex data structures and classes useful to one or more sbws
commands. If you're making a new class, it probably belongs here.
-
`sbws/util/`
simplier, "make life easier" collections of functions.
-
`scripts/maint/`
scripts for
**maint**
aining sbws and doing administrative
things like regenerating the website or updating the AUTHORS file.
-
`scripts/tools/`
misc. scripts for users of sbws.
performing tests with them.
-
`tests/unit/`
simple little tests that don't require Tor to be running
-
`tests/integration/`
more complex tests and/or tests that require Tor to be running
-
`tests/testnets/`
scripts and code for running mini Tor networks locally
## License
## License
This work is in the public domain within the United States.
This work is in the public domain within the United States.
...
...
docs/source/man_sbws.rst
View file @
b26a71bf
...
@@ -64,6 +64,23 @@ $HOME/.sbws
...
@@ -64,6 +64,23 @@ $HOME/.sbws
Default sbws home, where it stores measurement data files,
Default sbws home, where it stores measurement data files,
bandwidth list files and tor process data.
bandwidth list files and tor process data.
$HOME/.sbws/datadir
Default location for the raw results generated by the ``sbws scanner``.
Other commands (such as ``generate`` and ``stats``) read results from the
files in this directory.
$HOME/.sbws/log
Default location for the logs files generated by all ``sbws`` commands,
when logging to a file is configured (see **sbws.ini**).
$HOME/.sbws/v3bw
Default location for the bandwidth files generated by the command
``sbws generate``. These are the files read by the Tor directory
authorities.
$HOME/.sbws/state.dat
A file for storing state needed between ``sbws`` commands.
$XDG_RUNTIME_DIR/sbws
$XDG_RUNTIME_DIR/sbws
Runtime directory for the tor process launched by ``sbws``.
Runtime directory for the tor process launched by ``sbws``.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment