Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Snap connectors |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
1874972023d7d48de8cd181d9ebfa9b4 |
| User & Date: | bernd 2020-07-16 20:48:28.360 |
Context
|
2020-07-22
| ||
| 21:01 | Prepare change of ihave ids: Need to be signed check-in: d25d483cd5 user: bernd tags: trunk | |
|
2020-07-16
| ||
| 20:48 | Snap connectors check-in: 1874972023 user: bernd tags: trunk | |
| 13:14 | Bump version number check-in: 224ad7b13f user: bernd tags: trunk, 0.9.8-20200716 | |
Changes
Changes to wiki/get-it.md.
| ︙ | ︙ | |||
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
<iframe src="https://snapcraft.io/net2o/embedded?button=black" frameborder="0"
width="100%" height="310px" style="border: 1px solid #CCC; border-radius:
2px;"></iframe>
or the CLI way:
sudo snap install net2o
And then set an alias
alias n2o=/snap/bin/net2o.n2o
Your data currently resides inside your `~/snap/net2o/current/` hierarchy, but
that needs to change to make it more useful.
| > > > > > > > > > > > > > | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
<iframe src="https://snapcraft.io/net2o/embedded?button=black" frameborder="0"
width="100%" height="310px" style="border: 1px solid #CCC; border-radius:
2px;"></iframe>
or the CLI way:
sudo snap install net2o
The net2o snap needs several manual connectors:
snap connect net2o:netlink-connector :netlink-connector
snap connect net2o:locale-control :locale-control
snap connect net2o:audio-record :audio-record
The netlink connector is needed to detect changing interfaces
* if interfaces change, connections to peers and DHT entries may need to
changes.
* locale from the host's settings
* audio recording
And then set an alias
alias n2o=/snap/bin/net2o.n2o
Your data currently resides inside your `~/snap/net2o/current/` hierarchy, but
that needs to change to make it more useful.
|
| ︙ | ︙ |