Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sbws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
juga
sbws
Commits
b26a71bf
Commit
b26a71bf
authored
6 years ago
by
juga
Browse files
Options
Downloads
Patches
Plain Diff
Add the .sbws layout in man, removed from INSTALL
parent
8cdc3f46
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+0
-16
0 additions, 16 deletions
README.md
docs/source/man_sbws.rst
+17
-0
17 additions, 0 deletions
docs/source/man_sbws.rst
with
17 additions
and
16 deletions
README.md
+
0
−
16
View file @
b26a71bf
...
...
@@ -24,22 +24,6 @@ also online at https://sbws.readthedocs.io and
[
this onion service
](
http://d7pxflytfsmz6uh3x7i2jxzzwea6nbpmtsz5tmfkcin5edapaig5vpyd.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
This work is in the public domain within the United States.
...
...
This diff is collapsed.
Click to expand it.
docs/source/man_sbws.rst
+
17
−
0
View file @
b26a71bf
...
...
@@ -64,6 +64,23 @@ $HOME/.sbws
Default sbws home, where it stores measurement data files,
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
Runtime directory for the tor process launched by ``sbws``.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment