mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-16 21:02:17 -04:00
Compare commits
83 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8e0f782df0 | ||
![]() |
58407b9ec4 | ||
![]() |
2c7b35033b | ||
![]() |
c9de9244f4 | ||
![]() |
96823c8546 | ||
![]() |
b6e4d8441a | ||
![]() |
c35f6418a2 | ||
![]() |
3ace328918 | ||
![]() |
b022631382 | ||
![]() |
0889d4e5e3 | ||
![]() |
d1c7f3dcfe | ||
![]() |
068fa10990 | ||
![]() |
dfb234c3a9 | ||
![]() |
8d464fcfe4 | ||
![]() |
f107a9ea30 | ||
![]() |
d1118e5dfe | ||
![]() |
b9ac735308 | ||
![]() |
4eed5bab48 | ||
![]() |
ab8b30999a | ||
![]() |
a0d6b752a3 | ||
![]() |
8e21c26c2f | ||
![]() |
dfa7adc21e | ||
![]() |
7a8ece77f0 | ||
![]() |
aa4feeb29c | ||
![]() |
ad985a2552 | ||
![]() |
c415345f59 | ||
![]() |
42fdc30cf8 | ||
![]() |
e79689010e | ||
![]() |
e4f57d6260 | ||
![]() |
c280e36a84 | ||
![]() |
03d1b22b8f | ||
![]() |
f8775adbab | ||
![]() |
c0dac0eadb | ||
![]() |
c198d516da | ||
![]() |
d9886980fa | ||
![]() |
7ced4c3659 | ||
![]() |
c3c8f99131 | ||
![]() |
9f00ffbae6 | ||
![]() |
a26edd21db | ||
![]() |
46f3a4127c | ||
![]() |
eeb15dcb43 | ||
![]() |
9ef34fc774 | ||
![]() |
704a4ea828 | ||
![]() |
5f31aeb3c1 | ||
![]() |
f000073594 | ||
![]() |
e332be6211 | ||
![]() |
9ee052a122 | ||
![]() |
11fda51017 | ||
![]() |
d5cf34f9d9 | ||
![]() |
d13c8af88e | ||
![]() |
7cd025e236 | ||
![]() |
c48a8d2a09 | ||
![]() |
4fb97eecc5 | ||
![]() |
74e7e4e806 | ||
![]() |
01a5c21016 | ||
![]() |
5e8a14d7a6 | ||
![]() |
6edf531fbf | ||
![]() |
eb3ff558c0 | ||
![]() |
b5bf730e07 | ||
![]() |
c52c49371b | ||
![]() |
46eee79da2 | ||
![]() |
bd909c9f58 | ||
![]() |
c95fd83400 | ||
![]() |
7d18a103cf | ||
![]() |
00855c32a7 | ||
![]() |
d8cfc69ac6 | ||
![]() |
ccc41a5789 | ||
![]() |
7b38d4f80e | ||
![]() |
bec7612428 | ||
![]() |
11fd305959 | ||
![]() |
c2fc7039fd | ||
![]() |
912c510ab2 | ||
![]() |
a5aa2097bd | ||
![]() |
dc43bc6a22 | ||
![]() |
289136a632 | ||
![]() |
0e79c3299c | ||
![]() |
c61da069f2 | ||
![]() |
0df8b56d58 | ||
![]() |
112a45f270 | ||
![]() |
03a02a9ebc | ||
![]() |
e755641dbe | ||
![]() |
5392275782 | ||
![]() |
1bbfacee94 |
21 changed files with 4839 additions and 2747 deletions
.github/ISSUE_TEMPLATE
Dockerfile.buildREADME.mdnomadnet
setup.py
2
.github/ISSUE_TEMPLATE/🐛-bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/🐛-bug-report.md
vendored
|
@ -12,7 +12,7 @@ Before creating a bug report on this issue tracker, you **must** read the [Contr
|
||||||
|
|
||||||
- The issue tracker is used by developers of this project. **Do not use it to ask general questions, or for support requests**.
|
- The issue tracker is used by developers of this project. **Do not use it to ask general questions, or for support requests**.
|
||||||
- Ideas and feature requests can be made on the [Discussions](https://github.com/markqvist/Reticulum/discussions). **Only** feature requests accepted by maintainers and developers are tracked and included on the issue tracker. **Do not post feature requests here**.
|
- Ideas and feature requests can be made on the [Discussions](https://github.com/markqvist/Reticulum/discussions). **Only** feature requests accepted by maintainers and developers are tracked and included on the issue tracker. **Do not post feature requests here**.
|
||||||
- After reading the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md), delete this section from your bug report.
|
- After reading the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md), **delete this section only** (*"Read the Contribution Guidelines"*) from your bug report, **and fill in all the other sections**.
|
||||||
|
|
||||||
**Describe the Bug**
|
**Describe the Bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
|
@ -16,10 +16,6 @@ ENV PATH="/home/myuser/.local/bin:${PATH}"
|
||||||
|
|
||||||
################### BEGIN NomadNet ###########################################
|
################### BEGIN NomadNet ###########################################
|
||||||
|
|
||||||
COPY --chown=myuser:myuser requirements.txt requirements.txt
|
|
||||||
|
|
||||||
RUN pip install --user -r requirements.txt
|
|
||||||
|
|
||||||
|
|
||||||
COPY --chown=myuser:myuser . .
|
COPY --chown=myuser:myuser . .
|
||||||
|
|
||||||
|
|
10
README.md
10
README.md
|
@ -146,13 +146,13 @@ You can help support the continued development of open, free and private communi
|
||||||
```
|
```
|
||||||
84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w
|
84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w
|
||||||
```
|
```
|
||||||
- Ethereum
|
|
||||||
```
|
|
||||||
0xFDabC71AC4c0C78C95aDDDe3B4FA19d6273c5E73
|
|
||||||
```
|
|
||||||
- Bitcoin
|
- Bitcoin
|
||||||
```
|
```
|
||||||
35G9uWVzrpJJibzUwpNUQGQNFzLirhrYAH
|
bc1p4a6axuvl7n9hpapfj8sv5reqj8kz6uxa67d5en70vzrttj0fmcusgxsfk5
|
||||||
|
```
|
||||||
|
- Ethereum
|
||||||
|
```
|
||||||
|
0xae89F3B94fC4AD6563F0864a55F9a697a90261ff
|
||||||
```
|
```
|
||||||
- Ko-Fi: https://ko-fi.com/markqvist
|
- Ko-Fi: https://ko-fi.com/markqvist
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,7 @@ class Conversation:
|
||||||
unread = True
|
unread = True
|
||||||
|
|
||||||
if display_name == None and app_data:
|
if display_name == None and app_data:
|
||||||
display_name = app_data.decode("utf-8")
|
display_name = LXMF.display_name_from_app_data(app_data)
|
||||||
|
|
||||||
if display_name == None:
|
if display_name == None:
|
||||||
sort_name = ""
|
sort_name = ""
|
||||||
|
@ -216,8 +216,16 @@ class Conversation:
|
||||||
if self.app.directory.preferred_delivery(dest.hash) == DirectoryEntry.PROPAGATED:
|
if self.app.directory.preferred_delivery(dest.hash) == DirectoryEntry.PROPAGATED:
|
||||||
if self.app.message_router.get_outbound_propagation_node() != None:
|
if self.app.message_router.get_outbound_propagation_node() != None:
|
||||||
desired_method = LXMF.LXMessage.PROPAGATED
|
desired_method = LXMF.LXMessage.PROPAGATED
|
||||||
|
else:
|
||||||
|
if not self.app.message_router.delivery_link_available(dest.hash) and RNS.Identity.current_ratchet_id(dest.hash) != None:
|
||||||
|
RNS.log(f"Have ratchet for {RNS.prettyhexrep(dest.hash)}, requesting opportunistic delivery of message", RNS.LOG_DEBUG)
|
||||||
|
desired_method = LXMF.LXMessage.OPPORTUNISTIC
|
||||||
|
|
||||||
lxm = LXMF.LXMessage(dest, source, content, title=title, desired_method=desired_method)
|
dest_is_trusted = False
|
||||||
|
if self.app.directory.trust_level(dest.hash) == DirectoryEntry.TRUSTED:
|
||||||
|
dest_is_trusted = True
|
||||||
|
|
||||||
|
lxm = LXMF.LXMessage(dest, source, content, title=title, desired_method=desired_method, include_ticket=dest_is_trusted)
|
||||||
lxm.register_delivery_callback(self.message_notification)
|
lxm.register_delivery_callback(self.message_notification)
|
||||||
lxm.register_failed_callback(self.message_notification)
|
lxm.register_failed_callback(self.message_notification)
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ import RNS
|
||||||
import LXMF
|
import LXMF
|
||||||
import time
|
import time
|
||||||
import nomadnet
|
import nomadnet
|
||||||
|
import threading
|
||||||
import RNS.vendor.umsgpack as msgpack
|
import RNS.vendor.umsgpack as msgpack
|
||||||
|
|
||||||
class PNAnnounceHandler:
|
class PNAnnounceHandler:
|
||||||
|
@ -29,7 +30,7 @@ class PNAnnounceHandler:
|
||||||
RNS.log("The contained exception was: "+str(e), RNS.LOG_DEBUG)
|
RNS.log("The contained exception was: "+str(e), RNS.LOG_DEBUG)
|
||||||
|
|
||||||
class Directory:
|
class Directory:
|
||||||
ANNOUNCE_STREAM_MAXLENGTH = 64
|
ANNOUNCE_STREAM_MAXLENGTH = 256
|
||||||
|
|
||||||
aspect_filter = "nomadnetwork.node"
|
aspect_filter = "nomadnetwork.node"
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -55,6 +56,7 @@ class Directory:
|
||||||
self.directory_entries = {}
|
self.directory_entries = {}
|
||||||
self.announce_stream = []
|
self.announce_stream = []
|
||||||
self.app = app
|
self.app = app
|
||||||
|
self.announce_lock = threading.Lock()
|
||||||
self.load_from_disk()
|
self.load_from_disk()
|
||||||
|
|
||||||
self.pn_announce_handler = PNAnnounceHandler(self)
|
self.pn_announce_handler = PNAnnounceHandler(self)
|
||||||
|
@ -124,6 +126,7 @@ class Directory:
|
||||||
RNS.log("Could not load directory from disk. The contained exception was: "+str(e), RNS.LOG_ERROR)
|
RNS.log("Could not load directory from disk. The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||||
|
|
||||||
def lxmf_announce_received(self, source_hash, app_data):
|
def lxmf_announce_received(self, source_hash, app_data):
|
||||||
|
with self.announce_lock:
|
||||||
if app_data != None:
|
if app_data != None:
|
||||||
if self.app.compact_stream:
|
if self.app.compact_stream:
|
||||||
try:
|
try:
|
||||||
|
@ -143,10 +146,12 @@ class Directory:
|
||||||
while len(self.announce_stream) > Directory.ANNOUNCE_STREAM_MAXLENGTH:
|
while len(self.announce_stream) > Directory.ANNOUNCE_STREAM_MAXLENGTH:
|
||||||
self.announce_stream.pop()
|
self.announce_stream.pop()
|
||||||
|
|
||||||
|
if hasattr(self.app, "ui") and self.app.ui != None:
|
||||||
if hasattr(self.app.ui, "main_display"):
|
if hasattr(self.app.ui, "main_display"):
|
||||||
self.app.ui.main_display.sub_displays.network_display.directory_change_callback()
|
self.app.ui.main_display.sub_displays.network_display.directory_change_callback()
|
||||||
|
|
||||||
def node_announce_received(self, source_hash, app_data, associated_peer):
|
def node_announce_received(self, source_hash, app_data, associated_peer):
|
||||||
|
with self.announce_lock:
|
||||||
if app_data != None:
|
if app_data != None:
|
||||||
if self.app.compact_stream:
|
if self.app.compact_stream:
|
||||||
try:
|
try:
|
||||||
|
@ -176,6 +181,7 @@ class Directory:
|
||||||
self.app.ui.main_display.sub_displays.network_display.directory_change_callback()
|
self.app.ui.main_display.sub_displays.network_display.directory_change_callback()
|
||||||
|
|
||||||
def pn_announce_received(self, source_hash, app_data, associated_peer, associated_node):
|
def pn_announce_received(self, source_hash, app_data, associated_peer, associated_node):
|
||||||
|
with self.announce_lock:
|
||||||
found_node = None
|
found_node = None
|
||||||
for sh in self.directory_entries:
|
for sh in self.directory_entries:
|
||||||
if sh == associated_node:
|
if sh == associated_node:
|
||||||
|
@ -206,7 +212,7 @@ class Directory:
|
||||||
while len(self.announce_stream) > Directory.ANNOUNCE_STREAM_MAXLENGTH:
|
while len(self.announce_stream) > Directory.ANNOUNCE_STREAM_MAXLENGTH:
|
||||||
self.announce_stream.pop()
|
self.announce_stream.pop()
|
||||||
|
|
||||||
if hasattr(self.app.ui, "main_display"):
|
if hasattr(self.app, "ui") and hasattr(self.app.ui, "main_display"):
|
||||||
self.app.ui.main_display.sub_displays.network_display.directory_change_callback()
|
self.app.ui.main_display.sub_displays.network_display.directory_change_callback()
|
||||||
|
|
||||||
def remove_announce_with_timestamp(self, timestamp):
|
def remove_announce_with_timestamp(self, timestamp):
|
||||||
|
@ -339,7 +345,7 @@ class Directory:
|
||||||
if e.hosts_node:
|
if e.hosts_node:
|
||||||
node_list.append(e)
|
node_list.append(e)
|
||||||
|
|
||||||
node_list.sort(key = lambda e: (e.sort_rank if e.sort_rank != None else 2^32, DirectoryEntry.TRUSTED-e.trust_level, e.display_name))
|
node_list.sort(key = lambda e: (e.sort_rank if e.sort_rank != None else 2^32, DirectoryEntry.TRUSTED-e.trust_level, e.display_name if e.display_name != None else "_"))
|
||||||
return node_list
|
return node_list
|
||||||
|
|
||||||
def number_of_known_nodes(self):
|
def number_of_known_nodes(self):
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
|
|
||||||
import RNS
|
import RNS
|
||||||
import time
|
import time
|
||||||
import threading
|
import threading
|
||||||
|
@ -59,16 +61,14 @@ class Node:
|
||||||
self.destination.register_request_handler(
|
self.destination.register_request_handler(
|
||||||
"/page/index.mu",
|
"/page/index.mu",
|
||||||
response_generator = self.serve_default_index,
|
response_generator = self.serve_default_index,
|
||||||
allow = RNS.Destination.ALLOW_ALL
|
allow = RNS.Destination.ALLOW_ALL)
|
||||||
)
|
|
||||||
|
|
||||||
for page in self.servedpages:
|
for page in self.servedpages:
|
||||||
request_path = "/page"+page.replace(self.app.pagespath, "")
|
request_path = "/page"+page.replace(self.app.pagespath, "")
|
||||||
self.destination.register_request_handler(
|
self.destination.register_request_handler(
|
||||||
request_path,
|
request_path,
|
||||||
response_generator = self.serve_page,
|
response_generator = self.serve_page,
|
||||||
allow = RNS.Destination.ALLOW_ALL
|
allow = RNS.Destination.ALLOW_ALL)
|
||||||
)
|
|
||||||
|
|
||||||
def register_files(self):
|
def register_files(self):
|
||||||
# TODO: Deregister previously registered files
|
# TODO: Deregister previously registered files
|
||||||
|
@ -81,8 +81,8 @@ class Node:
|
||||||
self.destination.register_request_handler(
|
self.destination.register_request_handler(
|
||||||
request_path,
|
request_path,
|
||||||
response_generator = self.serve_file,
|
response_generator = self.serve_file,
|
||||||
allow = RNS.Destination.ALLOW_ALL
|
allow = RNS.Destination.ALLOW_ALL,
|
||||||
)
|
auto_compress = 32_000_000)
|
||||||
|
|
||||||
def scan_pages(self, base_path):
|
def scan_pages(self, base_path):
|
||||||
files = [file for file in os.listdir(base_path) if os.path.isfile(os.path.join(base_path, file)) and file[:1] != "."]
|
files = [file for file in os.listdir(base_path) if os.path.isfile(os.path.join(base_path, file)) and file[:1] != "."]
|
||||||
|
@ -159,7 +159,7 @@ class Node:
|
||||||
try:
|
try:
|
||||||
if request_allowed:
|
if request_allowed:
|
||||||
RNS.log("Serving page: "+file_path, RNS.LOG_VERBOSE)
|
RNS.log("Serving page: "+file_path, RNS.LOG_VERBOSE)
|
||||||
if os.access(file_path, os.X_OK):
|
if not RNS.vendor.platformutils.is_windows() and os.access(file_path, os.X_OK):
|
||||||
env_map = {}
|
env_map = {}
|
||||||
if "PATH" in os.environ:
|
if "PATH" in os.environ:
|
||||||
env_map["PATH"] = os.environ["PATH"]
|
env_map["PATH"] = os.environ["PATH"]
|
||||||
|
@ -203,10 +203,7 @@ class Node:
|
||||||
file_name = path.replace("/file/", "", 1)
|
file_name = path.replace("/file/", "", 1)
|
||||||
try:
|
try:
|
||||||
RNS.log("Serving file: "+file_path, RNS.LOG_VERBOSE)
|
RNS.log("Serving file: "+file_path, RNS.LOG_VERBOSE)
|
||||||
fh = open(file_path, "rb")
|
return [open(file_path, "rb"), {"name": file_name.encode("utf-8")}]
|
||||||
file_data = fh.read()
|
|
||||||
fh.close()
|
|
||||||
return [file_name, file_data]
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
RNS.log("Error occurred while handling request "+RNS.prettyhexrep(request_id)+" for: "+str(path), RNS.LOG_ERROR)
|
RNS.log("Error occurred while handling request "+RNS.prettyhexrep(request_id)+" for: "+str(path), RNS.LOG_ERROR)
|
||||||
|
|
|
@ -19,7 +19,7 @@ from datetime import datetime
|
||||||
import RNS.vendor.umsgpack as msgpack
|
import RNS.vendor.umsgpack as msgpack
|
||||||
|
|
||||||
from ._version import __version__
|
from ._version import __version__
|
||||||
from .vendor.configobj import ConfigObj
|
from RNS.vendor.configobj import ConfigObj
|
||||||
|
|
||||||
class NomadNetworkApp:
|
class NomadNetworkApp:
|
||||||
time_format = "%Y-%m-%d %H:%M:%S"
|
time_format = "%Y-%m-%d %H:%M:%S"
|
||||||
|
@ -135,6 +135,10 @@ class NomadNetworkApp:
|
||||||
self.lxmf_sync_limit = 8
|
self.lxmf_sync_limit = 8
|
||||||
self.compact_stream = False
|
self.compact_stream = False
|
||||||
|
|
||||||
|
self.required_stamp_cost = None
|
||||||
|
self.accept_invalid_stamps = False
|
||||||
|
|
||||||
|
|
||||||
if not os.path.isdir(self.storagepath):
|
if not os.path.isdir(self.storagepath):
|
||||||
os.makedirs(self.storagepath)
|
os.makedirs(self.storagepath)
|
||||||
|
|
||||||
|
@ -286,9 +290,20 @@ class NomadNetworkApp:
|
||||||
|
|
||||||
self.directory = nomadnet.Directory(self)
|
self.directory = nomadnet.Directory(self)
|
||||||
|
|
||||||
|
static_peers = []
|
||||||
|
for static_peer in self.static_peers:
|
||||||
|
try:
|
||||||
|
dh = bytes.fromhex(static_peer)
|
||||||
|
if len(dh) != RNS.Reticulum.TRUNCATED_HASHLENGTH//8:
|
||||||
|
raise ValueError("Invalid destination length")
|
||||||
|
static_peers.append(dh)
|
||||||
|
except Exception as e:
|
||||||
|
RNS.log(f"Could not decode static peer destination hash {static_peer}: {e}", RNS.LOG_ERROR)
|
||||||
|
|
||||||
self.message_router = LXMF.LXMRouter(
|
self.message_router = LXMF.LXMRouter(
|
||||||
identity = self.identity, storagepath = self.storagepath, autopeer = True,
|
identity = self.identity, storagepath = self.storagepath, autopeer = True,
|
||||||
propagation_limit = self.lxmf_max_propagation_size, delivery_limit = self.lxmf_max_incoming_size,
|
propagation_limit = self.lxmf_max_propagation_size, delivery_limit = self.lxmf_max_incoming_size,
|
||||||
|
max_peers = self.max_peers, static_peers = static_peers,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.message_router.register_delivery_callback(self.lxmf_delivery)
|
self.message_router.register_delivery_callback(self.lxmf_delivery)
|
||||||
|
@ -296,8 +311,9 @@ class NomadNetworkApp:
|
||||||
for destination_hash in self.ignored_list:
|
for destination_hash in self.ignored_list:
|
||||||
self.message_router.ignore_destination(destination_hash)
|
self.message_router.ignore_destination(destination_hash)
|
||||||
|
|
||||||
self.lxmf_destination = self.message_router.register_delivery_identity(self.identity, display_name=self.peer_settings["display_name"])
|
self.lxmf_destination = self.message_router.register_delivery_identity(self.identity, display_name=self.peer_settings["display_name"], stamp_cost=self.required_stamp_cost)
|
||||||
self.lxmf_destination.set_default_app_data(self.get_display_name_bytes)
|
if not self.accept_invalid_stamps:
|
||||||
|
self.message_router.enforce_stamps()
|
||||||
|
|
||||||
RNS.Identity.remember(
|
RNS.Identity.remember(
|
||||||
packet_hash=None,
|
packet_hash=None,
|
||||||
|
@ -492,7 +508,9 @@ class NomadNetworkApp:
|
||||||
self.message_router.cancel_propagation_node_requests()
|
self.message_router.cancel_propagation_node_requests()
|
||||||
|
|
||||||
def announce_now(self):
|
def announce_now(self):
|
||||||
self.lxmf_destination.announce()
|
self.message_router.set_inbound_stamp_cost(self.lxmf_destination.hash, self.required_stamp_cost)
|
||||||
|
self.lxmf_destination.display_name = self.peer_settings["display_name"]
|
||||||
|
self.message_router.announce(self.lxmf_destination.hash)
|
||||||
self.peer_settings["last_announce"] = time.time()
|
self.peer_settings["last_announce"] = time.time()
|
||||||
self.save_peer_settings()
|
self.save_peer_settings()
|
||||||
|
|
||||||
|
@ -519,7 +537,7 @@ class NomadNetworkApp:
|
||||||
RNS.log("Could not autoselect a propagation node! LXMF propagation will not be available until a trusted node announces on the network, or a propagation node is manually selected.", RNS.LOG_WARNING)
|
RNS.log("Could not autoselect a propagation node! LXMF propagation will not be available until a trusted node announces on the network, or a propagation node is manually selected.", RNS.LOG_WARNING)
|
||||||
else:
|
else:
|
||||||
pn_name_str = ""
|
pn_name_str = ""
|
||||||
RNS.log("Selecting "+RNS.prettyhexrep(selected_node)+pn_name_str+" as default LXMF propagation node", RNS.LOG_INFO)
|
RNS.log("Selecting "+RNS.prettyhexrep(selected_node)+pn_name_str+" as default LXMF propagation node", RNS.LOG_DEBUG)
|
||||||
self.message_router.set_outbound_propagation_node(selected_node)
|
self.message_router.set_outbound_propagation_node(selected_node)
|
||||||
|
|
||||||
def get_user_selected_propagation_node(self):
|
def get_user_selected_propagation_node(self):
|
||||||
|
@ -738,6 +756,24 @@ class NomadNetworkApp:
|
||||||
else:
|
else:
|
||||||
self.lxmf_sync_limit = None
|
self.lxmf_sync_limit = None
|
||||||
|
|
||||||
|
if option == "required_stamp_cost":
|
||||||
|
value = self.config["client"][option]
|
||||||
|
if value.lower() == "none":
|
||||||
|
self.required_stamp_cost = None
|
||||||
|
else:
|
||||||
|
value = self.config["client"].as_int(option)
|
||||||
|
|
||||||
|
if value > 0:
|
||||||
|
if value > 255:
|
||||||
|
value = 255
|
||||||
|
self.required_stamp_cost = value
|
||||||
|
else:
|
||||||
|
self.required_stamp_cost = None
|
||||||
|
|
||||||
|
if option == "accept_invalid_stamps":
|
||||||
|
value = self.config["client"].as_bool(option)
|
||||||
|
self.accept_invalid_stamps = value
|
||||||
|
|
||||||
if option == "max_accepted_size":
|
if option == "max_accepted_size":
|
||||||
value = self.config["client"].as_float(option)
|
value = self.config["client"].as_float(option)
|
||||||
|
|
||||||
|
@ -895,6 +931,19 @@ class NomadNetworkApp:
|
||||||
else:
|
else:
|
||||||
self.prioritised_lxmf_destinations = []
|
self.prioritised_lxmf_destinations = []
|
||||||
|
|
||||||
|
if "static_peers" in self.config["node"]:
|
||||||
|
self.static_peers = self.config["node"].as_list("static_peers")
|
||||||
|
else:
|
||||||
|
self.static_peers = []
|
||||||
|
|
||||||
|
if not "max_peers" in self.config["node"]:
|
||||||
|
self.max_peers = None
|
||||||
|
else:
|
||||||
|
value = self.config["node"].as_int("max_peers")
|
||||||
|
if value < 0:
|
||||||
|
value = 0
|
||||||
|
self.max_peers = value
|
||||||
|
|
||||||
if not "message_storage_limit" in self.config["node"]:
|
if not "message_storage_limit" in self.config["node"]:
|
||||||
self.message_storage_limit = 2000
|
self.message_storage_limit = 2000
|
||||||
else:
|
else:
|
||||||
|
@ -1017,6 +1066,24 @@ lxmf_sync_interval = 360
|
||||||
# the limit, and download everything every time.
|
# the limit, and download everything every time.
|
||||||
lxmf_sync_limit = 8
|
lxmf_sync_limit = 8
|
||||||
|
|
||||||
|
# You can specify a required stamp cost for
|
||||||
|
# inbound messages to be accepted. Specifying
|
||||||
|
# a stamp cost will require untrusted senders
|
||||||
|
# that message you to include a cryptographic
|
||||||
|
# stamp in their messages. Performing this
|
||||||
|
# operation takes the sender an amount of time
|
||||||
|
# proportional to the stamp cost. As a rough
|
||||||
|
# estimate, a stamp cost of 8 will take less
|
||||||
|
# than a second to compute, and a stamp cost
|
||||||
|
# of 20 could take several minutes, even on
|
||||||
|
# a fast computer.
|
||||||
|
required_stamp_cost = None
|
||||||
|
|
||||||
|
# You can signal stamp requirements to senders,
|
||||||
|
# but still accept messages with invalid stamps
|
||||||
|
# by setting this option to True.
|
||||||
|
accept_invalid_stamps = False
|
||||||
|
|
||||||
# The maximum accepted unpacked size for mes-
|
# The maximum accepted unpacked size for mes-
|
||||||
# sages received directly from other peers,
|
# sages received directly from other peers,
|
||||||
# specified in kilobytes. Messages larger than
|
# specified in kilobytes. Messages larger than
|
||||||
|
@ -1093,13 +1160,15 @@ announce_interval = 360
|
||||||
# Whether to announce when the node starts.
|
# Whether to announce when the node starts.
|
||||||
announce_at_start = Yes
|
announce_at_start = Yes
|
||||||
|
|
||||||
# By default, when Nomad Network is hosting a
|
# When Nomad Network is hosting a page-serving
|
||||||
# node, it will also act as an LXMF propagation
|
# node, it can also act as an LXMF propagation
|
||||||
# node. If there is already a large amount of
|
# node. If there is already a large amount of
|
||||||
# propagation nodes on the network, or you
|
# propagation nodes on the network, or you
|
||||||
# simply want to run a pageserving-only node,
|
# simply want to run a pageserving-only node,
|
||||||
# you can disable running a propagation node.
|
# you can disable running a propagation node.
|
||||||
# disable_propagation = False
|
# Due to lots of propagation nodes being
|
||||||
|
# available, this is currently the default.
|
||||||
|
disable_propagation = Yes
|
||||||
|
|
||||||
# The maximum amount of storage to use for
|
# The maximum amount of storage to use for
|
||||||
# the LXMF Propagation Node message store,
|
# the LXMF Propagation Node message store,
|
||||||
|
@ -1133,9 +1202,16 @@ max_transfer_size = 256
|
||||||
# and generally you do not need to use it.
|
# and generally you do not need to use it.
|
||||||
# prioritise_destinations = 41d20c727598a3fbbdf9106133a3a0ed, d924b81822ca24e68e2effea99bcb8cf
|
# prioritise_destinations = 41d20c727598a3fbbdf9106133a3a0ed, d924b81822ca24e68e2effea99bcb8cf
|
||||||
|
|
||||||
# Automatic rescan interval of the pages directory in minutes.
|
# You can configure the maximum number of other
|
||||||
# Default: int = 0 (no rescan)
|
# propagation nodes that this node will peer
|
||||||
page_refresh_interval = 0
|
# with automatically. The default is 50.
|
||||||
|
# max_peers = 25
|
||||||
|
|
||||||
|
# You can configure a list of static propagation
|
||||||
|
# node peers, that this node will always be
|
||||||
|
# peered with, by specifying a list of
|
||||||
|
# destination hashes.
|
||||||
|
# static_peers = e17f833c4ddf8890dd3a79a6fea8161d, 5a2d0029b6e5ec87020abaea0d746da4
|
||||||
|
|
||||||
# You can specify the interval in minutes for
|
# You can specify the interval in minutes for
|
||||||
# rescanning the hosted pages path. By default,
|
# rescanning the hosted pages path. By default,
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.5.1"
|
__version__ = "0.7.0"
|
||||||
|
|
|
@ -17,6 +17,8 @@ The following section contains a simple set of fields, and a few different links
|
||||||
|
|
||||||
-=
|
-=
|
||||||
|
|
||||||
|
|
||||||
|
>>>Text Fields
|
||||||
An input field : `B444`<username`Entered data>`b
|
An input field : `B444`<username`Entered data>`b
|
||||||
|
|
||||||
An masked field : `B444`<!|password`Value of Field>`b
|
An masked field : `B444`<!|password`Value of Field>`b
|
||||||
|
@ -27,7 +29,24 @@ Two fields : `B444`<8|one`One>`b `B444`<8|two`Two>`b
|
||||||
|
|
||||||
The data can be `!`[submitted`:/page/input_fields.mu`username|two]`!.
|
The data can be `!`[submitted`:/page/input_fields.mu`username|two]`!.
|
||||||
|
|
||||||
You can `!`[submit`:/page/input_fields.mu`one|password|small]`! other fields, or just `!`[a single one`:/page/input_fields.mu`username]`!
|
>> Checkbox Fields
|
||||||
|
|
||||||
|
`B444`<?|sign_up|1|*`>`b Sign me up
|
||||||
|
|
||||||
|
>> Radio group
|
||||||
|
|
||||||
|
Select your favorite color:
|
||||||
|
|
||||||
|
`B900`<^|color|Red`>`b Red
|
||||||
|
|
||||||
|
`B090`<^|color|Green`>`b Green
|
||||||
|
|
||||||
|
`B009`<^|color|Blue`>`b Blue
|
||||||
|
|
||||||
|
|
||||||
|
>>> Submitting data
|
||||||
|
|
||||||
|
You can `!`[submit`:/page/input_fields.mu`one|password|small|color]`! other fields, or just `!`[a single one`:/page/input_fields.mu`username]`!
|
||||||
|
|
||||||
Or simply `!`[submit them all`:/page/input_fields.mu`*]`!.
|
Or simply `!`[submit them all`:/page/input_fields.mu`*]`!.
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,14 @@ THEMES = {
|
||||||
("browser_controls", "light gray", "default", "default", "#bbb", "default"),
|
("browser_controls", "light gray", "default", "default", "#bbb", "default"),
|
||||||
("progress_full", "black", "light gray", "standout", "#111", "#bbb"),
|
("progress_full", "black", "light gray", "standout", "#111", "#bbb"),
|
||||||
("progress_empty", "light gray", "default", "default", "#ddd", "default"),
|
("progress_empty", "light gray", "default", "default", "#ddd", "default"),
|
||||||
|
("interface_title", "", "", "default", "", ""),
|
||||||
|
("interface_title_selected", "bold", "", "bold", "", ""),
|
||||||
|
("connected_status", "dark green", "default", "default", "dark green", "default"),
|
||||||
|
("disconnected_status", "dark red", "default", "default", "dark red", "default"),
|
||||||
|
("placeholder", "dark gray", "default", "default", "dark gray", "default"),
|
||||||
|
("placeholder_text", "dark gray", "default", "default", "dark gray", "default"),
|
||||||
|
("error", "light red,blink", "default", "blink", "#f44,blink", "default"),
|
||||||
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
THEME_LIGHT: {
|
THEME_LIGHT: {
|
||||||
|
@ -69,6 +77,7 @@ THEMES = {
|
||||||
("msg_header_ok", "black", "dark green", "standout", "#111", "#6b2"),
|
("msg_header_ok", "black", "dark green", "standout", "#111", "#6b2"),
|
||||||
("msg_header_caution", "black", "yellow", "standout", "#111", "#fd3"),
|
("msg_header_caution", "black", "yellow", "standout", "#111", "#fd3"),
|
||||||
("msg_header_sent", "black", "dark gray", "standout", "#111", "#ddd"),
|
("msg_header_sent", "black", "dark gray", "standout", "#111", "#ddd"),
|
||||||
|
("msg_header_propagated", "black", "light blue", "standout", "#111", "#28b"),
|
||||||
("msg_header_delivered", "black", "light blue", "standout", "#111", "#28b"),
|
("msg_header_delivered", "black", "light blue", "standout", "#111", "#28b"),
|
||||||
("msg_header_failed", "black", "dark gray", "standout", "#000", "#777"),
|
("msg_header_failed", "black", "dark gray", "standout", "#000", "#777"),
|
||||||
("msg_warning_untrusted", "black", "dark red", "standout", "#111", "dark red"),
|
("msg_warning_untrusted", "black", "dark red", "standout", "#111", "dark red"),
|
||||||
|
@ -86,6 +95,13 @@ THEMES = {
|
||||||
("browser_controls", "dark gray", "default", "default", "#444", "default"),
|
("browser_controls", "dark gray", "default", "default", "#444", "default"),
|
||||||
("progress_full", "black", "dark gray", "standout", "#111", "#bbb"),
|
("progress_full", "black", "dark gray", "standout", "#111", "#bbb"),
|
||||||
("progress_empty", "dark gray", "default", "default", "#ddd", "default"),
|
("progress_empty", "dark gray", "default", "default", "#ddd", "default"),
|
||||||
|
("interface_title", "dark gray", "default", "default", "#444", "default"),
|
||||||
|
("interface_title_selected", "dark gray,bold", "default", "bold", "#444,bold", "default"),
|
||||||
|
("connected_status", "dark green", "default", "default", "#4a0", "default"),
|
||||||
|
("disconnected_status", "dark red", "default", "default", "#a22", "default"),
|
||||||
|
("placeholder", "light gray", "default", "default", "#999", "default"),
|
||||||
|
("placeholder_text", "light gray", "default", "default", "#999", "default"),
|
||||||
|
("error", "dark red,blink", "default", "blink", "#a22,blink", "default"),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -128,6 +144,8 @@ GLYPHS = {
|
||||||
("sent", "/\\", "\u2191", "\U000f0cd8"),
|
("sent", "/\\", "\u2191", "\U000f0cd8"),
|
||||||
("papermsg", "P", "\u25a4", "\uf719"),
|
("papermsg", "P", "\u25a4", "\uf719"),
|
||||||
("qrcode", "QR", "\u25a4", "\uf029"),
|
("qrcode", "QR", "\u25a4", "\uf029"),
|
||||||
|
("selected", "[*] ", "\u25CF", "\u25CF"),
|
||||||
|
("unselected", "[ ] ", "\u25CB", "\u25CB"),
|
||||||
}
|
}
|
||||||
|
|
||||||
class TextUI:
|
class TextUI:
|
||||||
|
@ -163,7 +181,7 @@ class TextUI:
|
||||||
|
|
||||||
if self.app.config["textui"]["glyphs"] == "plain":
|
if self.app.config["textui"]["glyphs"] == "plain":
|
||||||
glyphset = "plain"
|
glyphset = "plain"
|
||||||
elif self.app.config["textui"]["glyphs"] == "unicoode":
|
elif self.app.config["textui"]["glyphs"] == "unicode":
|
||||||
glyphset = "unicode"
|
glyphset = "unicode"
|
||||||
elif self.app.config["textui"]["glyphs"] == "nerdfont":
|
elif self.app.config["textui"]["glyphs"] == "nerdfont":
|
||||||
glyphset = "nerdfont"
|
glyphset = "nerdfont"
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
import RNS
|
import RNS
|
||||||
|
import LXMF
|
||||||
|
import io
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
import urwid
|
import urwid
|
||||||
|
import shutil
|
||||||
import nomadnet
|
import nomadnet
|
||||||
import subprocess
|
import subprocess
|
||||||
import threading
|
import threading
|
||||||
from .MicronParser import markup_to_attrmaps
|
from .MicronParser import markup_to_attrmaps, make_style, default_state
|
||||||
from nomadnet.Directory import DirectoryEntry
|
from nomadnet.Directory import DirectoryEntry
|
||||||
from nomadnet.vendor.Scrollable import *
|
from nomadnet.vendor.Scrollable import *
|
||||||
|
|
||||||
|
@ -90,9 +93,14 @@ class Browser:
|
||||||
self.link = None
|
self.link = None
|
||||||
self.loopback = None
|
self.loopback = None
|
||||||
self.status = Browser.DISCONECTED
|
self.status = Browser.DISCONECTED
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
self.response_size = None
|
self.response_size = None
|
||||||
self.response_transfer_size = None
|
self.response_transfer_size = None
|
||||||
|
self.page_background_color = None
|
||||||
|
self.page_foreground_color = None
|
||||||
self.saved_file_name = None
|
self.saved_file_name = None
|
||||||
self.page_data = None
|
self.page_data = None
|
||||||
self.displayed_page_data = None
|
self.displayed_page_data = None
|
||||||
|
@ -151,10 +159,16 @@ class Browser:
|
||||||
self.browser_footer = self.make_status_widget()
|
self.browser_footer = self.make_status_widget()
|
||||||
self.frame.contents["footer"] = (self.browser_footer, self.frame.options())
|
self.frame.contents["footer"] = (self.browser_footer, self.frame.options())
|
||||||
self.link_status_showing = False
|
self.link_status_showing = False
|
||||||
|
if self.page_background_color != None or self.page_foreground_color != None:
|
||||||
|
style_name = make_style(default_state(fg=self.page_foreground_color, bg=self.page_background_color))
|
||||||
|
self.browser_footer.set_attr_map({None: style_name})
|
||||||
else:
|
else:
|
||||||
self.link_status_showing = True
|
self.link_status_showing = True
|
||||||
self.browser_footer = urwid.AttrMap(urwid.Pile([urwid.Divider(self.g["divider1"]), urwid.Text("Link to: "+str(link_target))]), "browser_controls")
|
self.browser_footer = urwid.AttrMap(urwid.Pile([urwid.Divider(self.g["divider1"]), urwid.Text("Link to: "+str(link_target))]), "browser_controls")
|
||||||
self.frame.contents["footer"] = (self.browser_footer, self.frame.options())
|
self.frame.contents["footer"] = (self.browser_footer, self.frame.options())
|
||||||
|
if self.page_background_color != None or self.page_foreground_color != None:
|
||||||
|
style_name = make_style(default_state(fg=self.page_foreground_color, bg=self.page_background_color))
|
||||||
|
self.browser_footer.set_attr_map({None: style_name})
|
||||||
|
|
||||||
def expand_shorthands(self, destination_type):
|
def expand_shorthands(self, destination_type):
|
||||||
if destination_type == "nnn":
|
if destination_type == "nnn":
|
||||||
|
@ -180,7 +194,6 @@ class Browser:
|
||||||
link_fields.append(e)
|
link_fields.append(e)
|
||||||
|
|
||||||
def recurse_down(w):
|
def recurse_down(w):
|
||||||
target = None
|
|
||||||
if isinstance(w, list):
|
if isinstance(w, list):
|
||||||
for t in w:
|
for t in w:
|
||||||
recurse_down(t)
|
recurse_down(t)
|
||||||
|
@ -195,7 +208,32 @@ class Browser:
|
||||||
recurse_down(w._original_widget)
|
recurse_down(w._original_widget)
|
||||||
else:
|
else:
|
||||||
if hasattr(w, "field_name") and (all_fields or w.field_name in link_fields):
|
if hasattr(w, "field_name") and (all_fields or w.field_name in link_fields):
|
||||||
request_data["field_"+w.field_name] = w.get_edit_text()
|
field_key = "field_" + w.field_name
|
||||||
|
if isinstance(w, urwid.Edit):
|
||||||
|
request_data[field_key] = w.edit_text
|
||||||
|
elif isinstance(w, urwid.RadioButton):
|
||||||
|
if w.state:
|
||||||
|
user_data = getattr(w, "field_value", None)
|
||||||
|
if user_data is not None:
|
||||||
|
request_data[field_key] = user_data
|
||||||
|
elif isinstance(w, urwid.CheckBox):
|
||||||
|
user_data = getattr(w, "field_value", "1")
|
||||||
|
if w.state:
|
||||||
|
existing_value = request_data.get(field_key, '')
|
||||||
|
if existing_value:
|
||||||
|
# Concatenate the new value with the existing one
|
||||||
|
request_data[field_key] = existing_value + ',' + user_data
|
||||||
|
else:
|
||||||
|
# Initialize the field with the current value
|
||||||
|
request_data[field_key] = user_data
|
||||||
|
else:
|
||||||
|
pass # do nothing if checkbox is not check
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
recurse_down(self.attr_maps)
|
recurse_down(self.attr_maps)
|
||||||
RNS.log("Including request data: "+str(request_data), RNS.LOG_DEBUG)
|
RNS.log("Including request data: "+str(request_data), RNS.LOG_DEBUG)
|
||||||
|
@ -252,7 +290,7 @@ class Browser:
|
||||||
|
|
||||||
display_name = None
|
display_name = None
|
||||||
if display_name_data != None:
|
if display_name_data != None:
|
||||||
display_name = display_name_data.decode("utf-8")
|
display_name = LXMF.display_name_from_app_data(display_name_data)
|
||||||
|
|
||||||
if not source_hash_text in [c[0] for c in existing_conversations]:
|
if not source_hash_text in [c[0] for c in existing_conversations]:
|
||||||
entry = DirectoryEntry(bytes.fromhex(source_hash_text), display_name=display_name)
|
entry = DirectoryEntry(bytes.fromhex(source_hash_text), display_name=display_name)
|
||||||
|
@ -291,7 +329,14 @@ class Browser:
|
||||||
|
|
||||||
def make_status_widget(self):
|
def make_status_widget(self):
|
||||||
if self.response_progress > 0:
|
if self.response_progress > 0:
|
||||||
pb = ResponseProgressBar("progress_empty" , "progress_full", current=self.response_progress, done=1.0, satt=None)
|
if self.page_background_color != None or self.page_foreground_color != None:
|
||||||
|
style_name = make_style(default_state(fg=self.page_foreground_color, bg=self.page_background_color))
|
||||||
|
style_name_inverted = make_style(default_state(bg=self.page_foreground_color, fg=self.page_background_color))
|
||||||
|
else:
|
||||||
|
style_name = "progress_empty"
|
||||||
|
style_name_inverted = "progress_full"
|
||||||
|
|
||||||
|
pb = ResponseProgressBar(style_name , style_name_inverted, current=self.response_progress, done=1.0, satt=None, owner=self)
|
||||||
widget = urwid.Pile([urwid.Divider(self.g["divider1"]), pb])
|
widget = urwid.Pile([urwid.Divider(self.g["divider1"]), pb])
|
||||||
else:
|
else:
|
||||||
widget = urwid.Pile([urwid.Divider(self.g["divider1"]), urwid.Text(self.status_text())])
|
widget = urwid.Pile([urwid.Divider(self.g["divider1"]), urwid.Text(self.status_text())])
|
||||||
|
@ -338,6 +383,10 @@ class Browser:
|
||||||
else:
|
else:
|
||||||
self.display_widget.set_attr_map({None: "body_text"})
|
self.display_widget.set_attr_map({None: "body_text"})
|
||||||
self.browser_header = self.make_control_widget()
|
self.browser_header = self.make_control_widget()
|
||||||
|
if self.page_background_color != None or self.page_foreground_color != None:
|
||||||
|
style_name = make_style(default_state(fg=self.page_foreground_color, bg=self.page_background_color))
|
||||||
|
self.browser_header.set_attr_map({None: style_name})
|
||||||
|
|
||||||
if self.destination_hash != None:
|
if self.destination_hash != None:
|
||||||
remote_display_string = self.app.directory.simplest_display_str(self.destination_hash)
|
remote_display_string = self.app.directory.simplest_display_str(self.destination_hash)
|
||||||
else:
|
else:
|
||||||
|
@ -352,6 +401,13 @@ class Browser:
|
||||||
self.browser_footer = self.make_status_widget()
|
self.browser_footer = self.make_status_widget()
|
||||||
self.update_page_display()
|
self.update_page_display()
|
||||||
|
|
||||||
|
if self.page_background_color != None or self.page_foreground_color != None:
|
||||||
|
style_name = make_style(default_state(fg=self.page_foreground_color, bg=self.page_background_color))
|
||||||
|
self.browser_body.set_attr_map({None: style_name})
|
||||||
|
self.browser_footer.set_attr_map({None: style_name})
|
||||||
|
self.browser_header.set_attr_map({None: style_name})
|
||||||
|
self.display_widget.set_attr_map({None: style_name})
|
||||||
|
|
||||||
elif self.status == Browser.LINK_TIMEOUT:
|
elif self.status == Browser.LINK_TIMEOUT:
|
||||||
self.browser_body = self.make_request_failed_widget()
|
self.browser_body = self.make_request_failed_widget()
|
||||||
self.browser_footer = urwid.Text("")
|
self.browser_footer = urwid.Text("")
|
||||||
|
@ -365,6 +421,12 @@ class Browser:
|
||||||
|
|
||||||
self.browser_footer = self.make_status_widget()
|
self.browser_footer = self.make_status_widget()
|
||||||
|
|
||||||
|
if self.page_background_color != None or self.page_foreground_color != None:
|
||||||
|
style_name = make_style(default_state(fg=self.page_foreground_color, bg=self.page_background_color))
|
||||||
|
self.browser_footer.set_attr_map({None: style_name})
|
||||||
|
self.browser_header.set_attr_map({None: style_name})
|
||||||
|
self.display_widget.set_attr_map({None: style_name})
|
||||||
|
|
||||||
elif self.status == Browser.REQUEST_FAILED:
|
elif self.status == Browser.REQUEST_FAILED:
|
||||||
self.browser_body = self.make_request_failed_widget()
|
self.browser_body = self.make_request_failed_widget()
|
||||||
self.browser_footer = urwid.Text("")
|
self.browser_footer = urwid.Text("")
|
||||||
|
@ -400,6 +462,9 @@ class Browser:
|
||||||
self.attr_maps = []
|
self.attr_maps = []
|
||||||
self.status = Browser.DISCONECTED
|
self.status = Browser.DISCONECTED
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.response_size = None
|
self.response_size = None
|
||||||
self.response_transfer_size = None
|
self.response_transfer_size = None
|
||||||
|
|
||||||
|
@ -510,6 +575,9 @@ class Browser:
|
||||||
|
|
||||||
self.status = Browser.DONE
|
self.status = Browser.DONE
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
RNS.log("An error occurred while handling file response. The contained exception was: "+str(e), RNS.LOG_ERROR)
|
RNS.log("An error occurred while handling file response. The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||||
|
@ -559,6 +627,9 @@ class Browser:
|
||||||
# Send the request
|
# Send the request
|
||||||
self.status = Browser.REQUESTING
|
self.status = Browser.REQUESTING
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.response_size = None
|
self.response_size = None
|
||||||
self.response_transfer_size = None
|
self.response_transfer_size = None
|
||||||
self.saved_file_name = None
|
self.saved_file_name = None
|
||||||
|
@ -725,9 +796,29 @@ class Browser:
|
||||||
self.status = Browser.DONE
|
self.status = Browser.DONE
|
||||||
self.page_data = cached
|
self.page_data = cached
|
||||||
self.markup = self.page_data.decode("utf-8")
|
self.markup = self.page_data.decode("utf-8")
|
||||||
self.attr_maps = markup_to_attrmaps(self.markup, url_delegate=self)
|
|
||||||
|
self.page_background_color = None
|
||||||
|
bgpos = self.markup.find("#!bg=")
|
||||||
|
if bgpos:
|
||||||
|
endpos = self.markup.find("\n", bgpos)
|
||||||
|
if endpos-(bgpos+5) == 3:
|
||||||
|
bg = self.markup[bgpos+5:endpos]
|
||||||
|
self.page_background_color = bg
|
||||||
|
|
||||||
|
self.page_foreground_color = None
|
||||||
|
fgpos = self.markup.find("#!fg=")
|
||||||
|
if fgpos:
|
||||||
|
endpos = self.markup.find("\n", fgpos)
|
||||||
|
if endpos-(fgpos+5) == 3:
|
||||||
|
fg = self.markup[fgpos+5:endpos]
|
||||||
|
self.page_foreground_color = fg
|
||||||
|
|
||||||
|
self.attr_maps = markup_to_attrmaps(self.markup, url_delegate=self, fg_color=self.page_foreground_color, bg_color=self.page_background_color)
|
||||||
|
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.response_size = None
|
self.response_size = None
|
||||||
self.response_transfer_size = None
|
self.response_transfer_size = None
|
||||||
self.saved_file_name = None
|
self.saved_file_name = None
|
||||||
|
@ -772,9 +863,29 @@ class Browser:
|
||||||
self.status = Browser.DONE
|
self.status = Browser.DONE
|
||||||
self.page_data = page_data
|
self.page_data = page_data
|
||||||
self.markup = self.page_data.decode("utf-8")
|
self.markup = self.page_data.decode("utf-8")
|
||||||
self.attr_maps = markup_to_attrmaps(self.markup, url_delegate=self)
|
|
||||||
|
self.page_background_color = None
|
||||||
|
bgpos = self.markup.find("#!bg=")
|
||||||
|
if bgpos:
|
||||||
|
endpos = self.markup.find("\n", bgpos)
|
||||||
|
if endpos-(bgpos+5) == 3:
|
||||||
|
bg = self.markup[bgpos+5:endpos]
|
||||||
|
self.page_background_color = bg
|
||||||
|
|
||||||
|
self.page_foreground_color = None
|
||||||
|
fgpos = self.markup.find("#!fg=")
|
||||||
|
if fgpos:
|
||||||
|
endpos = self.markup.find("\n", fgpos)
|
||||||
|
if endpos-(fgpos+5) == 3:
|
||||||
|
fg = self.markup[fgpos+5:endpos]
|
||||||
|
self.page_foreground_color = fg
|
||||||
|
|
||||||
|
self.attr_maps = markup_to_attrmaps(self.markup, url_delegate=self, fg_color=self.page_foreground_color, bg_color=self.page_background_color)
|
||||||
|
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.response_size = None
|
self.response_size = None
|
||||||
self.response_transfer_size = None
|
self.response_transfer_size = None
|
||||||
self.saved_file_name = None
|
self.saved_file_name = None
|
||||||
|
@ -841,6 +952,9 @@ class Browser:
|
||||||
# Send the request
|
# Send the request
|
||||||
self.status = Browser.REQUESTING
|
self.status = Browser.REQUESTING
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.response_size = None
|
self.response_size = None
|
||||||
self.response_transfer_size = None
|
self.response_transfer_size = None
|
||||||
self.saved_file_name = None
|
self.saved_file_name = None
|
||||||
|
@ -886,6 +1000,9 @@ class Browser:
|
||||||
def link_establishment_timeout(self):
|
def link_establishment_timeout(self):
|
||||||
self.status = Browser.LINK_TIMEOUT
|
self.status = Browser.LINK_TIMEOUT
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.response_size = None
|
self.response_size = None
|
||||||
self.response_transfer_size = None
|
self.response_transfer_size = None
|
||||||
self.link = None
|
self.link = None
|
||||||
|
@ -898,8 +1015,28 @@ class Browser:
|
||||||
self.status = Browser.DONE
|
self.status = Browser.DONE
|
||||||
self.page_data = request_receipt.response
|
self.page_data = request_receipt.response
|
||||||
self.markup = self.page_data.decode("utf-8")
|
self.markup = self.page_data.decode("utf-8")
|
||||||
self.attr_maps = markup_to_attrmaps(self.markup, url_delegate=self)
|
|
||||||
|
self.page_background_color = None
|
||||||
|
bgpos = self.markup.find("#!bg=")
|
||||||
|
if bgpos:
|
||||||
|
endpos = self.markup.find("\n", bgpos)
|
||||||
|
if endpos-(bgpos+5) == 3:
|
||||||
|
bg = self.markup[bgpos+5:endpos]
|
||||||
|
self.page_background_color = bg
|
||||||
|
|
||||||
|
self.page_foreground_color = None
|
||||||
|
fgpos = self.markup.find("#!fg=")
|
||||||
|
if fgpos:
|
||||||
|
endpos = self.markup.find("\n", fgpos)
|
||||||
|
if endpos-(fgpos+5) == 3:
|
||||||
|
fg = self.markup[fgpos+5:endpos]
|
||||||
|
self.page_foreground_color = fg
|
||||||
|
|
||||||
|
self.attr_maps = markup_to_attrmaps(self.markup, url_delegate=self, fg_color=self.page_foreground_color, bg_color=self.page_background_color)
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.loaded_from_cache = False
|
self.loaded_from_cache = False
|
||||||
|
|
||||||
# Simple header handling. Should be expanded when more
|
# Simple header handling. Should be expanded when more
|
||||||
|
@ -1011,25 +1148,41 @@ class Browser:
|
||||||
|
|
||||||
def file_received(self, request_receipt):
|
def file_received(self, request_receipt):
|
||||||
try:
|
try:
|
||||||
file_name = request_receipt.response[0]
|
if type(request_receipt.response) == io.BufferedReader:
|
||||||
file_data = request_receipt.response[1]
|
if request_receipt.metadata != None:
|
||||||
file_destination_name = file_name.split("/")
|
file_name = os.path.basename(request_receipt.metadata["name"].decode("utf-8"))
|
||||||
file_destination_name = file_destination_name[len(file_destination_name)-1]
|
file_handle = request_receipt.response
|
||||||
file_destination = self.app.downloads_path+"/"+file_destination_name
|
file_destination = self.app.downloads_path+"/"+file_name
|
||||||
|
|
||||||
|
|
||||||
counter = 0
|
counter = 0
|
||||||
while os.path.isfile(file_destination):
|
while os.path.isfile(file_destination):
|
||||||
counter += 1
|
counter += 1
|
||||||
file_destination = self.app.downloads_path+"/"+file_name+"."+str(counter)
|
file_destination = self.app.downloads_path+"/"+file_name+"."+str(counter)
|
||||||
|
|
||||||
|
shutil.move(file_handle.name, file_destination)
|
||||||
|
|
||||||
|
else:
|
||||||
|
file_name = request_receipt.response[0]
|
||||||
|
file_data = request_receipt.response[1]
|
||||||
|
file_destination_name = os.path.basename(file_name)
|
||||||
|
file_destination = self.app.downloads_path+"/"+file_destination_name
|
||||||
|
|
||||||
|
counter = 0
|
||||||
|
while os.path.isfile(file_destination):
|
||||||
|
counter += 1
|
||||||
|
file_destination = self.app.downloads_path+"/"+file_destination_name+"."+str(counter)
|
||||||
|
|
||||||
fh = open(file_destination, "wb")
|
fh = open(file_destination, "wb")
|
||||||
fh.write(file_data)
|
fh.write(file_data)
|
||||||
fh.close()
|
fh.close()
|
||||||
|
|
||||||
self.saved_file_name = file_destination.replace(self.app.downloads_path+"/", "", 1)
|
self.saved_file_name = file_destination.replace(self.app.downloads_path+"/", "", 1)
|
||||||
|
|
||||||
self.status = Browser.DONE
|
self.status = Browser.DONE
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
|
|
||||||
self.update_display()
|
self.update_display()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
@ -1041,6 +1194,9 @@ class Browser:
|
||||||
if request_receipt.request_id == self.last_request_id:
|
if request_receipt.request_id == self.last_request_id:
|
||||||
self.status = Browser.REQUEST_FAILED
|
self.status = Browser.REQUEST_FAILED
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.response_size = None
|
self.response_size = None
|
||||||
self.response_transfer_size = None
|
self.response_transfer_size = None
|
||||||
|
|
||||||
|
@ -1053,6 +1209,9 @@ class Browser:
|
||||||
else:
|
else:
|
||||||
self.status = Browser.REQUEST_FAILED
|
self.status = Browser.REQUEST_FAILED
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.response_size = None
|
self.response_size = None
|
||||||
self.response_transfer_size = None
|
self.response_transfer_size = None
|
||||||
|
|
||||||
|
@ -1067,6 +1226,9 @@ class Browser:
|
||||||
def request_timeout(self, request_receipt=None):
|
def request_timeout(self, request_receipt=None):
|
||||||
self.status = Browser.REQUEST_TIMEOUT
|
self.status = Browser.REQUEST_TIMEOUT
|
||||||
self.response_progress = 0
|
self.response_progress = 0
|
||||||
|
self.response_speed = None
|
||||||
|
self.progress_updated_at = None
|
||||||
|
self.previous_progress = 0
|
||||||
self.response_size = None
|
self.response_size = None
|
||||||
self.response_transfer_size = None
|
self.response_transfer_size = None
|
||||||
|
|
||||||
|
@ -1083,6 +1245,17 @@ class Browser:
|
||||||
self.response_time = request_receipt.get_response_time()
|
self.response_time = request_receipt.get_response_time()
|
||||||
self.response_size = request_receipt.response_size
|
self.response_size = request_receipt.response_size
|
||||||
self.response_transfer_size = request_receipt.response_transfer_size
|
self.response_transfer_size = request_receipt.response_transfer_size
|
||||||
|
|
||||||
|
now = time.time()
|
||||||
|
if self.progress_updated_at == None: self.progress_updated_at = now
|
||||||
|
if now > self.progress_updated_at+1:
|
||||||
|
td = now - self.progress_updated_at
|
||||||
|
pd = self.response_progress - self.previous_progress
|
||||||
|
bd = pd*self.response_size
|
||||||
|
self.response_speed = (bd/td)*8
|
||||||
|
self.previous_progress = self.response_progress
|
||||||
|
self.progress_updated_at = now
|
||||||
|
|
||||||
self.update_display()
|
self.update_display()
|
||||||
|
|
||||||
|
|
||||||
|
@ -1133,8 +1306,14 @@ class Browser:
|
||||||
|
|
||||||
|
|
||||||
class ResponseProgressBar(urwid.ProgressBar):
|
class ResponseProgressBar(urwid.ProgressBar):
|
||||||
|
def __init__(self, empty, full, current=None, done=None, satt=None, owner=None):
|
||||||
|
super().__init__(empty, full, current=current, done=done, satt=satt)
|
||||||
|
self.owner = owner
|
||||||
|
|
||||||
def get_text(self):
|
def get_text(self):
|
||||||
return "Receiving response "+super().get_text()
|
if self.owner.response_speed: speed_str = " "+RNS.prettyspeed(self.owner.response_speed)
|
||||||
|
else: speed_str = ""
|
||||||
|
return "Receiving response "+super().get_text().replace(" %", "%")+speed_str
|
||||||
|
|
||||||
# A convenience function for printing a human-
|
# A convenience function for printing a human-
|
||||||
# readable file size
|
# readable file size
|
||||||
|
|
|
@ -109,6 +109,7 @@ class TopicList(urwid.WidgetWrap):
|
||||||
self.topic_list = [
|
self.topic_list = [
|
||||||
GuideEntry(self.app, self, guide_display, "Introduction"),
|
GuideEntry(self.app, self, guide_display, "Introduction"),
|
||||||
GuideEntry(self.app, self, guide_display, "Concepts & Terminology"),
|
GuideEntry(self.app, self, guide_display, "Concepts & Terminology"),
|
||||||
|
GuideEntry(self.app, self, guide_display, "Interfaces"),
|
||||||
GuideEntry(self.app, self, guide_display, "Hosting a Node"),
|
GuideEntry(self.app, self, guide_display, "Hosting a Node"),
|
||||||
GuideEntry(self.app, self, guide_display, "Configuration Options"),
|
GuideEntry(self.app, self, guide_display, "Configuration Options"),
|
||||||
GuideEntry(self.app, self, guide_display, "Keyboard Shortcuts"),
|
GuideEntry(self.app, self, guide_display, "Keyboard Shortcuts"),
|
||||||
|
@ -386,6 +387,225 @@ Links can be inserted into micron documents. See the `*Markup`* section of this
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
TOPIC_INTERFACES = '''>Interfaces
|
||||||
|
|
||||||
|
Reticulum supports using many kinds of devices as networking interfaces, and allows you to mix and match them in any way you choose.
|
||||||
|
|
||||||
|
The number of distinct network topologies you can create with Reticulum is more or less endless, but common to them all is that you will need to define one or more interfaces for Reticulum to use.
|
||||||
|
|
||||||
|
The `![ Interfaces ]`! section of NomadNet lets you add, monitor, and update interfaces configured for your Reticulum instance.
|
||||||
|
|
||||||
|
If you are starting NomadNet for the first time you will find that an `!AutoInterface`! has been added by default. This interface will try to use your available network device to communicate with other peers discovered on your local network.
|
||||||
|
|
||||||
|
Interfaces come in many different types and can interact with physical mediums like LoRa radios or standard IP networks.
|
||||||
|
|
||||||
|
>>Viewing Interfaces
|
||||||
|
|
||||||
|
To view more info about an interface, navigate using the `!Up`! and `!Down`! arrow keys or by clicking with the mouse. Pressing `! < Enter >`! on a selected interface will bring you to a detailed interface view, which will show configuration parameters and realtime charts. From here you can also disable or edit the interface. To change the orientation of the TX/RX charts, press `!< V >`! for a vertical layout, and `!< H >`! for a horizontal view.
|
||||||
|
|
||||||
|
>>Updating Interfaces
|
||||||
|
|
||||||
|
To edit an interface, select the interface and press `!< Ctrl + E >`!.
|
||||||
|
|
||||||
|
To remove an interface, select the interface and press `!< Ctrl + X >`!. You can also perform both of these actions from the details view.
|
||||||
|
|
||||||
|
>>Adding Interfaces
|
||||||
|
|
||||||
|
To add a new interface, press `!< Ctrl + A >`!. From here you can select which type of interface you want to add. Each unique interface type will have different configuration options.
|
||||||
|
|
||||||
|
`Ffff`! (!) Note:`! After adding or modifying interfaces, you will need to restart NomadNet or your Reticulum instance for changes to take effect.`f`b
|
||||||
|
|
||||||
|
|
||||||
|
>Interface Types
|
||||||
|
|
||||||
|
>>AutoInterface
|
||||||
|
|
||||||
|
The Auto Interface enables communication with other discoverable Reticulum nodes over autoconfigured IPv6 and UDP. It does not need any functional IP infrastructure like routers or DHCP servers, but will require at least some sort of switching medium between peers (a wired switch, a hub, a WiFi access point or similar).
|
||||||
|
|
||||||
|
```
|
||||||
|
Required Parameters:
|
||||||
|
Interface Name
|
||||||
|
|
||||||
|
Optional Parameters:
|
||||||
|
Devices: Specific network devices to use
|
||||||
|
Ignored Devices: Network devices to exclude
|
||||||
|
Group ID: Create isolated networks on the same physical LAN
|
||||||
|
Discovery Scope: Can set to link, admin, site, organisation or global
|
||||||
|
```
|
||||||
|
|
||||||
|
The AutoInterface is ideal for quickly connecting to other Reticulum nodes on your local network without complex configuration.
|
||||||
|
|
||||||
|
>>TCPClientInterface
|
||||||
|
|
||||||
|
The TCP Client interface connects to remote TCP server interfaces, enabling communication over the Internet or private networks.
|
||||||
|
|
||||||
|
```
|
||||||
|
Required Parameters:
|
||||||
|
Target Host: Hostname or IP address of the server
|
||||||
|
Target Port: Port number to connect to
|
||||||
|
|
||||||
|
Optional Parameters:
|
||||||
|
I2P Tunneled: Enable for connecting through I2P
|
||||||
|
KISS Framing: Enable for KISS framing for software modems
|
||||||
|
```
|
||||||
|
|
||||||
|
This interface is commonly used to connect to Reticulum testnets or other persistent nodes on the Internet.
|
||||||
|
|
||||||
|
>>TCPServerInterface
|
||||||
|
|
||||||
|
The TCP Server interface listens for incoming connections, allowing other Reticulum peers to connect to your node using TCPClientInterface.
|
||||||
|
|
||||||
|
```
|
||||||
|
Required Parameters:
|
||||||
|
Listen IP: IP address to bind to (0.0.0.0 for all interfaces)
|
||||||
|
Listen Port: Port number to listen on
|
||||||
|
|
||||||
|
Optional Parameters:
|
||||||
|
Prefer IPv6: Bind to IPv6 address if available
|
||||||
|
I2P Tunneled: Enable for I2P tunnel support
|
||||||
|
Device: Specific network device to use (e,g
|
||||||
|
```
|
||||||
|
|
||||||
|
Useful when you want other nodes to be able to connect to your Transport instance over TCP/IP.
|
||||||
|
|
||||||
|
>>UDPInterface
|
||||||
|
|
||||||
|
The UDP interface allows communication over IP networks using UDP packets.
|
||||||
|
|
||||||
|
```
|
||||||
|
Required Parameters:
|
||||||
|
Listen IP: IP address to bind to
|
||||||
|
Listen Port: Port to listen on
|
||||||
|
Forward IP: IP address to forward to (Can be broadcast address)
|
||||||
|
Forward Port: Port to forward to
|
||||||
|
|
||||||
|
Optional Parameters:
|
||||||
|
Device: Specific network device to use
|
||||||
|
```
|
||||||
|
|
||||||
|
>>I2PInterface
|
||||||
|
|
||||||
|
The I2P interface enables connections over the Invisible Internet Protocol. The I2PInterface requires an I2P daemon to be running on your system, such as `!i2pd`!
|
||||||
|
|
||||||
|
```
|
||||||
|
Optional Parameters:
|
||||||
|
Peers: I2P addresses to connect to (Can be left as none if running as a Transport)
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
>>RNodeInterface
|
||||||
|
|
||||||
|
The RNode interface allows using LoRa transceivers running RNode firmware as Reticulum network interfaces.
|
||||||
|
|
||||||
|
```
|
||||||
|
Required Parameters:
|
||||||
|
Port: Serial port or BLE device path
|
||||||
|
Frequency: Operating frequency in MHz
|
||||||
|
Bandwidth: Channel bandwidth
|
||||||
|
TX Power: Transmit power in dBm
|
||||||
|
Spreading Factor: LoRa spreading factor (7-12)
|
||||||
|
Coding Rate: LoRa coding rate (4:5-4:8)
|
||||||
|
|
||||||
|
Optional Parameters:
|
||||||
|
ID Callsign: Station identification
|
||||||
|
ID Interval: Identification interval in seconds
|
||||||
|
Airtime Limits: Control duty cycle
|
||||||
|
```
|
||||||
|
|
||||||
|
The interface includes a parameter calculator to estimate link budget, sensitivity, and data rate on the air based on your settings.
|
||||||
|
|
||||||
|
>>RNodeMultiInterface
|
||||||
|
|
||||||
|
The RNode Multi Interface is designed for use with specific hardware platforms that support multiple subinterfaces or virtual radios. For most LoRa hardware platforms, you will want to use the standard `!RNodeInterface`! instead.
|
||||||
|
|
||||||
|
```
|
||||||
|
Required Parameters:
|
||||||
|
Port: Serial port or BLE device path
|
||||||
|
Subinterfaces: Configuration for each subinterface / virtual radio port
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
>>SerialInterface
|
||||||
|
|
||||||
|
The Serial interface enables using direct serial connections as Reticulum interfaces.
|
||||||
|
|
||||||
|
```
|
||||||
|
Required Parameters:
|
||||||
|
Port: Serial port path
|
||||||
|
Speed: Baud rate of serial device
|
||||||
|
Databits: Number of data bits
|
||||||
|
Parity: Parity setting
|
||||||
|
Stopbits: Number of stop bits
|
||||||
|
```
|
||||||
|
|
||||||
|
>>KISSInterface
|
||||||
|
|
||||||
|
The KISS interface supports packet radio modems and TNCs using the KISS protocol.
|
||||||
|
|
||||||
|
```
|
||||||
|
Required Parameters:
|
||||||
|
|
||||||
|
Port: Serial port path
|
||||||
|
Speed: Baud rate of serial device
|
||||||
|
Databits: Number of data bits
|
||||||
|
Parity: Parity setting
|
||||||
|
Stopbits: Number of stop bits
|
||||||
|
Preamble: Modem preamble in milliseconds
|
||||||
|
TX Tail: Transmit tail in milliseconds
|
||||||
|
Slottime: CSMA slottime in milliseconds
|
||||||
|
Persistence: CSMA persistence value
|
||||||
|
|
||||||
|
Optional Parameters:
|
||||||
|
|
||||||
|
ID Callsign: Station identification
|
||||||
|
ID Interval: Identification interval in seconds
|
||||||
|
Flow Control: Enable packet flow control
|
||||||
|
```
|
||||||
|
|
||||||
|
>>PipeInterface
|
||||||
|
|
||||||
|
The Pipe interface allows using external programs as Reticulum interfaces via stdin and stdout.
|
||||||
|
|
||||||
|
```
|
||||||
|
Required Parameters:
|
||||||
|
|
||||||
|
Command: External command to execute
|
||||||
|
|
||||||
|
Optional Parameters:
|
||||||
|
Respawn Delay: Seconds to wait before restarting after failure
|
||||||
|
```
|
||||||
|
|
||||||
|
<
|
||||||
|
>>
|
||||||
|
-∿
|
||||||
|
For more information and to view the full Interface documentation consult the Reticulum manual or visit https://reticulum.network/manual/interfaces.html (Requires external Internet connection)
|
||||||
|
|
||||||
|
|
||||||
|
>Interface Access Code (IFAC) Settings
|
||||||
|
|
||||||
|
Interface Access Codes create private networks and securely segment network traffic. Under `!Show more options`!, you'll find these IFAC settings:
|
||||||
|
|
||||||
|
`!Virtual Network Name`! (network_name):
|
||||||
|
When added, creates a logical network that only communicates with other interfaces using the same name. This allows multiple separate Reticulum networks to exist on the same physical channel or medium.
|
||||||
|
|
||||||
|
`!IFAC Passphrase`! (passphrase):
|
||||||
|
Sets an authentication passphrase for the interface. Only interfaces configured with the same passphrase will be able to communicate. Can be used with or without a network name.
|
||||||
|
|
||||||
|
`!IFAC Size`! (ifac_size):
|
||||||
|
Controls the length of Interface Authentication Codes (8-512 bits). Larger sizes provide stronger security but add overhead to each packet. The default of `!8`! is usually appropriate for most uses.
|
||||||
|
|
||||||
|
>Interface Modes
|
||||||
|
|
||||||
|
When running a Transport node, you can configure interface modes that affect how Reticulum selects paths, propagates announces, and discovers routes:
|
||||||
|
|
||||||
|
`!full`!: Default mode with all discovery, meshing and transport functionality
|
||||||
|
`!gateway`!: Discovers paths on behalf of other nodes
|
||||||
|
`!access_point`!: Operates as a network access point
|
||||||
|
`!roaming`!: For physically mobile interfaces
|
||||||
|
`!boundary`!: For interfaces connecting different network segments
|
||||||
|
|
||||||
|
'''
|
||||||
|
|
||||||
TOPIC_CONVERSATIONS = '''>Conversations
|
TOPIC_CONVERSATIONS = '''>Conversations
|
||||||
|
|
||||||
Conversations in Nomad Network
|
Conversations in Nomad Network
|
||||||
|
@ -521,6 +741,18 @@ The number of minutes between each automatic sync. The default is equal to 6 hou
|
||||||
On low-bandwidth networks, it can be useful to limit the amount of messages downloaded in each sync. The default is 8. Set to 0 to download all available messages every time a sync occurs.
|
On low-bandwidth networks, it can be useful to limit the amount of messages downloaded in each sync. The default is 8. Set to 0 to download all available messages every time a sync occurs.
|
||||||
<
|
<
|
||||||
|
|
||||||
|
>>>
|
||||||
|
`!required_stamp_cost = None`!
|
||||||
|
>>>>
|
||||||
|
You can specify a required stamp cost for inbound messages to be accepted. Specifying a stamp cost will require untrusted senders that message you to include a cryptographic stamp in their messages. Performing this operation takes the sender an amount of time proportional to the stamp cost. As a rough estimate, a stamp cost of 8 will take less than a second to compute, and a stamp cost of 20 could take several minutes, even on a fast computer.
|
||||||
|
<
|
||||||
|
|
||||||
|
>>>
|
||||||
|
`!accept_invalid_stamps = False`!
|
||||||
|
>>>>
|
||||||
|
You can signal stamp requirements to senders, but still accept messages with invalid stamps by setting this option to True.
|
||||||
|
<
|
||||||
|
|
||||||
>>>
|
>>>
|
||||||
`!max_accepted_size = 500`!
|
`!max_accepted_size = 500`!
|
||||||
>>>>
|
>>>>
|
||||||
|
@ -654,9 +886,9 @@ Determines the interval in minutes for rescanning the hosted files path. By defa
|
||||||
<
|
<
|
||||||
|
|
||||||
>>>
|
>>>
|
||||||
`!disable_propagation = no`!
|
`!disable_propagation = yes`!
|
||||||
>>>>
|
>>>>
|
||||||
By default, when Nomad Network is hosting a node, it will also run an LXMF propagation node. If there is already a large amount of propagation nodes on the network, or you simply want to run a pageserving-only node, you can disable running a propagation node.
|
When Nomad Network is hosting a node, it can also run an LXMF propagation node. If there is already a large amount of propagation nodes on the network, or you simply want to run a pageserving-only node, you can disable running a propagation node.
|
||||||
<
|
<
|
||||||
|
|
||||||
>>>
|
>>>
|
||||||
|
@ -677,6 +909,18 @@ The maximum accepted transfer size per incoming propagation transfer, in kilobyt
|
||||||
Configures the LXMF Propagation Node to prioritise storing messages for certain destinations. If the message store reaches the specified limit, LXMF will prioritise keeping messages for destinations specified with this option. This setting is optional, and generally you do not need to use it.
|
Configures the LXMF Propagation Node to prioritise storing messages for certain destinations. If the message store reaches the specified limit, LXMF will prioritise keeping messages for destinations specified with this option. This setting is optional, and generally you do not need to use it.
|
||||||
<
|
<
|
||||||
|
|
||||||
|
>>>
|
||||||
|
`!max_peers = 25`!
|
||||||
|
>>>>
|
||||||
|
Configures the maximum number of other nodes the LXMF Propagation Node will automatically peer with. The default is 50, but can be lowered or increased according to available resources.
|
||||||
|
<
|
||||||
|
|
||||||
|
>>>
|
||||||
|
`!static_peers = e17f833c4ddf8890dd3a79a6fea8161d, 5a2d0029b6e5ec87020abaea0d746da4`!
|
||||||
|
>>>>
|
||||||
|
Configures the LXMF Propagation Node to always maintain propagation node peering with the specified list of destination hashes.
|
||||||
|
<
|
||||||
|
|
||||||
>> Printing Section
|
>> Printing Section
|
||||||
|
|
||||||
This section holds configuration directives related to printing. It is delimited by the `![printing]`! header in the configuration file. Available directives, along with example values, are as follows:
|
This section holds configuration directives related to printing. It is delimited by the `![printing]`! header in the configuration file. Available directives, along with example values, are as follows:
|
||||||
|
@ -739,12 +983,11 @@ If you have Internet access, and just want to get started experimenting, you are
|
||||||
The Testnet also runs the latest version of Reticulum, often even a short while before it is publicly released, which means strange behaviour might occur. If none of that scares you, add the following interface to your Reticulum configuration file to join:
|
The Testnet also runs the latest version of Reticulum, often even a short while before it is publicly released, which means strange behaviour might occur. If none of that scares you, add the following interface to your Reticulum configuration file to join:
|
||||||
|
|
||||||
>>
|
>>
|
||||||
[[RNS Testnet Zurich]]
|
[[RNS Testnet Dublin]]
|
||||||
type = TCPClientInterface
|
type = TCPClientInterface
|
||||||
interface_enabled = yes
|
enabled = yes
|
||||||
outgoing = True
|
target_host = dublin.connect.reticulum.network
|
||||||
target_host = zurich.connect.reticulum.network
|
target_port = 4965
|
||||||
target_port = 4242
|
|
||||||
<
|
<
|
||||||
|
|
||||||
If you connect to the testnet, you can leave nomadnet running for a while and wait for it to receive announces from other nodes on the network that host pages or services, or you can try connecting directly to some nodes listed here:
|
If you connect to the testnet, you can leave nomadnet running for a while and wait for it to receive announces from other nodes on the network that host pages or services, or you can try connecting directly to some nodes listed here:
|
||||||
|
@ -1025,6 +1268,9 @@ You can use `B5d5`F222 color `f`B333 `Ff00f`Ff80o`Ffd0r`F9f0m`F0f2a`F0fdt`F07ft`
|
||||||
|
|
||||||
``
|
``
|
||||||
|
|
||||||
|
>Page Foreground and Background Colors
|
||||||
|
|
||||||
|
To specify a background color for the entire page, place the `!#!bg=X`! header on one of the first lines of your page, where `!X`! is the color you want to use, for example `!444`!. If you're also using the cache control header, the background specifier must come `*after`* the cache control header. Likewise, you can specify the default text color by using the `!#!fg=X`! header.
|
||||||
|
|
||||||
>Links
|
>Links
|
||||||
|
|
||||||
|
@ -1141,6 +1387,48 @@ A sized input field: `B444`<16|with_size`>`B333
|
||||||
A masked input field: `B444`<!|masked_demo`hidden text>`B333
|
A masked input field: `B444`<!|masked_demo`hidden text>`B333
|
||||||
|
|
||||||
Full control: `B444`<!32|all_options`hidden text>`B333
|
Full control: `B444`<!32|all_options`hidden text>`B333
|
||||||
|
`b
|
||||||
|
|
||||||
|
>>> Checkboxes
|
||||||
|
|
||||||
|
In addition to text fields, Checkboxes are another way of submitting data. They allow the user to make a single selection or select multiple options.
|
||||||
|
|
||||||
|
`Faaa
|
||||||
|
`=
|
||||||
|
`<?|field_name|value`>`b Label Text`
|
||||||
|
`=
|
||||||
|
When the checkbox is checked, it's field will be set to the provided value. If there are multiple checkboxes that share the same field name, the checked values will be concatenated when they are sent to the node by a comma.
|
||||||
|
``
|
||||||
|
|
||||||
|
`B444`<?|sign_up|1`>`b Sign me up`
|
||||||
|
|
||||||
|
You can also pre-check both checkboxes and radio groups by appending a |* after the field value.
|
||||||
|
|
||||||
|
`B444`<?|checkbox|1|*`>`b Pre-checked checkbox`
|
||||||
|
|
||||||
|
>>> Radio groups
|
||||||
|
|
||||||
|
Radio groups are another input that lets the user chose from a set of options. Unlike checkboxes, radio buttons with the same field name are mutually exclusive.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
`=
|
||||||
|
`B900`<^|color|Red`>`b Red
|
||||||
|
|
||||||
|
`B090`<^|color|Green`>`b Green
|
||||||
|
|
||||||
|
`B009`<^|color|Blue`>`b Blue
|
||||||
|
`=
|
||||||
|
|
||||||
|
will render:
|
||||||
|
|
||||||
|
`B900`<^|color|Red`>`b Red
|
||||||
|
|
||||||
|
`B090`<^|color|Green`>`b Green
|
||||||
|
|
||||||
|
`B009`<^|color|Blue`>`b Blue
|
||||||
|
|
||||||
|
In this example, when the data is submitted, `B444` field_color`b will be set to whichever value from the list was selected.
|
||||||
|
|
||||||
``
|
``
|
||||||
|
|
||||||
|
@ -1183,6 +1471,7 @@ TOPICS = {
|
||||||
"Introduction": TOPIC_INTRODUCTION,
|
"Introduction": TOPIC_INTRODUCTION,
|
||||||
"Concepts & Terminology": TOPIC_CONCEPTS,
|
"Concepts & Terminology": TOPIC_CONCEPTS,
|
||||||
"Conversations": TOPIC_CONVERSATIONS,
|
"Conversations": TOPIC_CONVERSATIONS,
|
||||||
|
"Interfaces": TOPIC_INTERFACES,
|
||||||
"Hosting a Node": TOPIC_HOSTING,
|
"Hosting a Node": TOPIC_HOSTING,
|
||||||
"Configuration Options": TOPIC_CONFIG,
|
"Configuration Options": TOPIC_CONFIG,
|
||||||
"Keyboard Shortcuts": TOPIC_SHORTCUTS,
|
"Keyboard Shortcuts": TOPIC_SHORTCUTS,
|
||||||
|
|
3206
nomadnet/ui/textui/Interfaces.py
Normal file
3206
nomadnet/ui/textui/Interfaces.py
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,6 +4,7 @@ from .Network import *
|
||||||
from .Conversations import *
|
from .Conversations import *
|
||||||
from .Directory import *
|
from .Directory import *
|
||||||
from .Config import *
|
from .Config import *
|
||||||
|
from .Interfaces import *
|
||||||
from .Map import *
|
from .Map import *
|
||||||
from .Log import *
|
from .Log import *
|
||||||
from .Guide import *
|
from .Guide import *
|
||||||
|
@ -16,6 +17,7 @@ class SubDisplays():
|
||||||
self.conversations_display = ConversationsDisplay(self.app)
|
self.conversations_display = ConversationsDisplay(self.app)
|
||||||
self.directory_display = DirectoryDisplay(self.app)
|
self.directory_display = DirectoryDisplay(self.app)
|
||||||
self.config_display = ConfigDisplay(self.app)
|
self.config_display = ConfigDisplay(self.app)
|
||||||
|
self.interface_display = InterfaceDisplay(self.app)
|
||||||
self.map_display = MapDisplay(self.app)
|
self.map_display = MapDisplay(self.app)
|
||||||
self.log_display = LogDisplay(self.app)
|
self.log_display = LogDisplay(self.app)
|
||||||
self.guide_display = GuideDisplay(self.app)
|
self.guide_display = GuideDisplay(self.app)
|
||||||
|
@ -113,6 +115,11 @@ class MainDisplay():
|
||||||
self.sub_displays.active_display = self.sub_displays.config_display
|
self.sub_displays.active_display = self.sub_displays.config_display
|
||||||
self.update_active_sub_display()
|
self.update_active_sub_display()
|
||||||
|
|
||||||
|
def show_interfaces(self, user_data):
|
||||||
|
self.sub_displays.active_display = self.sub_displays.interface_display
|
||||||
|
self.update_active_sub_display()
|
||||||
|
self.sub_displays.interface_display.start()
|
||||||
|
|
||||||
def show_log(self, user_data):
|
def show_log(self, user_data):
|
||||||
self.sub_displays.active_display = self.sub_displays.log_display
|
self.sub_displays.active_display = self.sub_displays.log_display
|
||||||
self.sub_displays.log_display.show()
|
self.sub_displays.log_display.show()
|
||||||
|
@ -178,14 +185,15 @@ class MenuDisplay():
|
||||||
button_map = (7, MenuButton("Map", on_press=handler.show_map))
|
button_map = (7, MenuButton("Map", on_press=handler.show_map))
|
||||||
button_log = (7, MenuButton("Log", on_press=handler.show_log))
|
button_log = (7, MenuButton("Log", on_press=handler.show_log))
|
||||||
button_config = (10, MenuButton("Config", on_press=handler.show_config))
|
button_config = (10, MenuButton("Config", on_press=handler.show_config))
|
||||||
|
button_interfaces = (14, MenuButton("Interfaces", on_press=handler.show_interfaces))
|
||||||
button_guide = (9, MenuButton("Guide", on_press=handler.show_guide))
|
button_guide = (9, MenuButton("Guide", on_press=handler.show_guide))
|
||||||
button_quit = (8, MenuButton("Quit", on_press=handler.quit))
|
button_quit = (8, MenuButton("Quit", on_press=handler.quit))
|
||||||
|
|
||||||
# buttons = [menu_text, button_conversations, button_node, button_directory, button_map]
|
# buttons = [menu_text, button_conversations, button_node, button_directory, button_map]
|
||||||
if self.app.config["textui"]["hide_guide"]:
|
if self.app.config["textui"]["hide_guide"]:
|
||||||
buttons = [menu_text, button_conversations, button_network, button_log, button_config, button_quit]
|
buttons = [menu_text, button_conversations, button_network, button_log, button_interfaces, button_config, button_quit]
|
||||||
else:
|
else:
|
||||||
buttons = [menu_text, button_conversations, button_network, button_log, button_config, button_guide, button_quit]
|
buttons = [menu_text, button_conversations, button_network, button_log, button_interfaces, button_config, button_guide, button_quit]
|
||||||
|
|
||||||
columns = MenuColumns(buttons, dividechars=1)
|
columns = MenuColumns(buttons, dividechars=1)
|
||||||
columns.handler = handler
|
columns.handler = handler
|
||||||
|
|
|
@ -31,20 +31,14 @@ SYNTH_SPECS = {}
|
||||||
SECTION_INDENT = 2
|
SECTION_INDENT = 2
|
||||||
INDENT_RIGHT = 1
|
INDENT_RIGHT = 1
|
||||||
|
|
||||||
def markup_to_attrmaps(markup, url_delegate = None):
|
def default_state(fg=None, bg=None):
|
||||||
global SELECTED_STYLES
|
if fg == None: fg = SELECTED_STYLES["plain"]["fg"]
|
||||||
if nomadnet.NomadNetworkApp.get_shared_instance().config["textui"]["theme"] == nomadnet.ui.TextUI.THEME_DARK:
|
if bg == None: bg = DEFAULT_BG
|
||||||
SELECTED_STYLES = STYLES_DARK
|
|
||||||
else:
|
|
||||||
SELECTED_STYLES = STYLES_LIGHT
|
|
||||||
|
|
||||||
attrmaps = []
|
|
||||||
|
|
||||||
state = {
|
state = {
|
||||||
"literal": False,
|
"literal": False,
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"fg_color": SELECTED_STYLES["plain"]["fg"],
|
"fg_color": fg,
|
||||||
"bg_color": DEFAULT_BG,
|
"bg_color": bg,
|
||||||
"formatting": {
|
"formatting": {
|
||||||
"bold": False,
|
"bold": False,
|
||||||
"underline": False,
|
"underline": False,
|
||||||
|
@ -54,7 +48,25 @@ def markup_to_attrmaps(markup, url_delegate = None):
|
||||||
},
|
},
|
||||||
"default_align": "left",
|
"default_align": "left",
|
||||||
"align": "left",
|
"align": "left",
|
||||||
|
"default_fg": fg,
|
||||||
|
"default_bg": bg,
|
||||||
}
|
}
|
||||||
|
return state
|
||||||
|
|
||||||
|
def markup_to_attrmaps(markup, url_delegate = None, fg_color=None, bg_color=None):
|
||||||
|
global SELECTED_STYLES
|
||||||
|
if nomadnet.NomadNetworkApp.get_shared_instance().config["textui"]["theme"] == nomadnet.ui.TextUI.THEME_DARK:
|
||||||
|
SELECTED_STYLES = STYLES_DARK
|
||||||
|
else:
|
||||||
|
SELECTED_STYLES = STYLES_LIGHT
|
||||||
|
|
||||||
|
attrmaps = []
|
||||||
|
|
||||||
|
fgc = None; bgc = DEFAULT_BG
|
||||||
|
if bg_color != None: bgc = bg_color
|
||||||
|
if fg_color != None: fgc = fg_color
|
||||||
|
|
||||||
|
state = default_state(fgc, bgc)
|
||||||
|
|
||||||
# Split entire document into lines for
|
# Split entire document into lines for
|
||||||
# processing.
|
# processing.
|
||||||
|
@ -73,8 +85,8 @@ def markup_to_attrmaps(markup, url_delegate = None):
|
||||||
|
|
||||||
return attrmaps
|
return attrmaps
|
||||||
|
|
||||||
|
|
||||||
def parse_line(line, state, url_delegate):
|
def parse_line(line, state, url_delegate):
|
||||||
|
pre_escape = False
|
||||||
if len(line) > 0:
|
if len(line) > 0:
|
||||||
first_char = line[0]
|
first_char = line[0]
|
||||||
|
|
||||||
|
@ -88,6 +100,7 @@ def parse_line(line, state, url_delegate):
|
||||||
# Check if the command is an escape
|
# Check if the command is an escape
|
||||||
if first_char == "\\":
|
if first_char == "\\":
|
||||||
line = line[1:]
|
line = line[1:]
|
||||||
|
pre_escape = True
|
||||||
|
|
||||||
# Check for comments
|
# Check for comments
|
||||||
elif first_char == "#":
|
elif first_char == "#":
|
||||||
|
@ -142,7 +155,7 @@ def parse_line(line, state, url_delegate):
|
||||||
else:
|
else:
|
||||||
return [urwid.Padding(urwid.Divider(divider_char), left=left_indent(state), right=right_indent(state))]
|
return [urwid.Padding(urwid.Divider(divider_char), left=left_indent(state), right=right_indent(state))]
|
||||||
|
|
||||||
output = make_output(state, line, url_delegate)
|
output = make_output(state, line, url_delegate, pre_escape)
|
||||||
|
|
||||||
if output != None:
|
if output != None:
|
||||||
text_only = True
|
text_only = True
|
||||||
|
@ -160,7 +173,6 @@ def parse_line(line, state, url_delegate):
|
||||||
tw.in_columns = True
|
tw.in_columns = True
|
||||||
else:
|
else:
|
||||||
tw = urwid.Text(o, align=state["align"])
|
tw = urwid.Text(o, align=state["align"])
|
||||||
|
|
||||||
widgets.append((urwid.PACK, tw))
|
widgets.append((urwid.PACK, tw))
|
||||||
else:
|
else:
|
||||||
if o["type"] == "field":
|
if o["type"] == "field":
|
||||||
|
@ -173,6 +185,36 @@ def parse_line(line, state, url_delegate):
|
||||||
f.field_name = fn
|
f.field_name = fn
|
||||||
fa = urwid.AttrMap(f, fs)
|
fa = urwid.AttrMap(f, fs)
|
||||||
widgets.append((fw, fa))
|
widgets.append((fw, fa))
|
||||||
|
elif o["type"] == "checkbox":
|
||||||
|
fn = o["name"]
|
||||||
|
fv = o["value"]
|
||||||
|
flabel = o["label"]
|
||||||
|
fs = o["style"]
|
||||||
|
fprechecked = o.get("prechecked", False)
|
||||||
|
f = urwid.CheckBox(flabel, state=fprechecked)
|
||||||
|
f.field_name = fn
|
||||||
|
f.field_value = fv
|
||||||
|
fa = urwid.AttrMap(f, fs)
|
||||||
|
widgets.append((urwid.PACK, fa))
|
||||||
|
elif o["type"] == "radio":
|
||||||
|
fn = o["name"]
|
||||||
|
fv = o["value"]
|
||||||
|
flabel = o["label"]
|
||||||
|
fs = o["style"]
|
||||||
|
fprechecked = o.get("prechecked", False)
|
||||||
|
if "radio_groups" not in state:
|
||||||
|
state["radio_groups"] = {}
|
||||||
|
if fn not in state["radio_groups"]:
|
||||||
|
state["radio_groups"][fn] = []
|
||||||
|
group = state["radio_groups"][fn]
|
||||||
|
f = urwid.RadioButton(group, flabel, state=fprechecked, user_data=fv)
|
||||||
|
f.field_name = fn
|
||||||
|
f.field_value = fv
|
||||||
|
fa = urwid.AttrMap(f, fs)
|
||||||
|
widgets.append((urwid.PACK, fa))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
columns_widget = urwid.Columns(widgets, dividechars=0)
|
columns_widget = urwid.Columns(widgets, dividechars=0)
|
||||||
text_widget = columns_widget
|
text_widget = columns_widget
|
||||||
|
@ -396,7 +438,7 @@ def make_style(state):
|
||||||
|
|
||||||
return name
|
return name
|
||||||
|
|
||||||
def make_output(state, line, url_delegate):
|
def make_output(state, line, url_delegate, pre_escape=False):
|
||||||
output = []
|
output = []
|
||||||
if state["literal"]:
|
if state["literal"]:
|
||||||
if line == "\\`=":
|
if line == "\\`=":
|
||||||
|
@ -405,8 +447,9 @@ def make_output(state, line, url_delegate):
|
||||||
else:
|
else:
|
||||||
part = ""
|
part = ""
|
||||||
mode = "text"
|
mode = "text"
|
||||||
escape = False
|
escape = pre_escape
|
||||||
skip = 0
|
skip = 0
|
||||||
|
|
||||||
for i in range(0, len(line)):
|
for i in range(0, len(line)):
|
||||||
c = line[i]
|
c = line[i]
|
||||||
if skip > 0:
|
if skip > 0:
|
||||||
|
@ -425,20 +468,20 @@ def make_output(state, line, url_delegate):
|
||||||
state["fg_color"] = color
|
state["fg_color"] = color
|
||||||
skip = 3
|
skip = 3
|
||||||
elif c == "f":
|
elif c == "f":
|
||||||
state["fg_color"] = SELECTED_STYLES["plain"]["fg"]
|
state["fg_color"] = state["default_fg"]
|
||||||
elif c == "B":
|
elif c == "B":
|
||||||
if len(line) >= i+4:
|
if len(line) >= i+4:
|
||||||
color = line[i+1:i+4]
|
color = line[i+1:i+4]
|
||||||
state["bg_color"] = color
|
state["bg_color"] = color
|
||||||
skip = 3
|
skip = 3
|
||||||
elif c == "b":
|
elif c == "b":
|
||||||
state["bg_color"] = DEFAULT_BG
|
state["bg_color"] = state["default_bg"]
|
||||||
elif c == "`":
|
elif c == "`":
|
||||||
state["formatting"]["bold"] = False
|
state["formatting"]["bold"] = False
|
||||||
state["formatting"]["underline"] = False
|
state["formatting"]["underline"] = False
|
||||||
state["formatting"]["italic"] = False
|
state["formatting"]["italic"] = False
|
||||||
state["fg_color"] = SELECTED_STYLES["plain"]["fg"]
|
state["fg_color"] = state["default_fg"]
|
||||||
state["bg_color"] = DEFAULT_BG
|
state["bg_color"] = state["default_bg"]
|
||||||
state["align"] = state["default_align"]
|
state["align"] = state["default_align"]
|
||||||
elif c == "c":
|
elif c == "c":
|
||||||
if state["align"] != "center":
|
if state["align"] != "center":
|
||||||
|
@ -458,43 +501,87 @@ def make_output(state, line, url_delegate):
|
||||||
elif c == "a":
|
elif c == "a":
|
||||||
state["align"] = state["default_align"]
|
state["align"] = state["default_align"]
|
||||||
|
|
||||||
elif c == "<":
|
elif c == '<':
|
||||||
|
if len(part) > 0:
|
||||||
|
output.append(make_part(state, part))
|
||||||
|
part = ""
|
||||||
try:
|
try:
|
||||||
field_name = None
|
field_start = i + 1 # position after '<'
|
||||||
field_name_end = line[i:].find("`")
|
backtick_pos = line.find('`', field_start)
|
||||||
if field_name_end == -1:
|
if backtick_pos == -1:
|
||||||
pass
|
pass # No '`', invalid field
|
||||||
else:
|
else:
|
||||||
field_name = line[i+1:i+field_name_end]
|
field_content = line[field_start:backtick_pos]
|
||||||
field_name_skip = len(field_name)
|
|
||||||
field_masked = False
|
field_masked = False
|
||||||
field_width = 24
|
field_width = 24
|
||||||
|
field_type = "field"
|
||||||
|
field_name = field_content
|
||||||
|
field_value = ""
|
||||||
|
field_data = ""
|
||||||
|
field_prechecked = False
|
||||||
|
|
||||||
if "|" in field_name:
|
# check if field_content contains '|'
|
||||||
f_components = field_name.split("|")
|
if '|' in field_content:
|
||||||
|
f_components = field_content.split('|')
|
||||||
field_flags = f_components[0]
|
field_flags = f_components[0]
|
||||||
field_name = f_components[1]
|
field_name = f_components[1]
|
||||||
if "!" in field_flags:
|
|
||||||
|
# handle field type indicators
|
||||||
|
if '^' in field_flags:
|
||||||
|
field_type = "radio"
|
||||||
|
field_flags = field_flags.replace("^", "")
|
||||||
|
elif '?' in field_flags:
|
||||||
|
field_type = "checkbox"
|
||||||
|
field_flags = field_flags.replace("?", "")
|
||||||
|
elif '!' in field_flags:
|
||||||
field_flags = field_flags.replace("!", "")
|
field_flags = field_flags.replace("!", "")
|
||||||
field_masked = True
|
field_masked = True
|
||||||
|
|
||||||
|
# Handle field width
|
||||||
if len(field_flags) > 0:
|
if len(field_flags) > 0:
|
||||||
|
try:
|
||||||
field_width = min(int(field_flags), 256)
|
field_width = min(int(field_flags), 256)
|
||||||
|
except ValueError:
|
||||||
|
pass # Ignore invalid width
|
||||||
|
|
||||||
def sr():
|
# Check for value and pre-checked flag
|
||||||
return "@{"+str(random.randint(1000,9999))+"}"
|
if len(f_components) > 2:
|
||||||
rsg = sr()
|
field_value = f_components[2]
|
||||||
while rsg in line[i+field_name_end:]:
|
else:
|
||||||
rsg = sr()
|
field_value = ""
|
||||||
lr = line[i+field_name_end:].replace("\\>", rsg)
|
if len(f_components) > 3:
|
||||||
endpos = lr.find(">")
|
if f_components[3] == '*':
|
||||||
|
field_prechecked = True
|
||||||
if endpos == -1:
|
|
||||||
pass
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
field_data = lr[1:endpos].replace(rsg, "\\>")
|
# No '|', so field_name is field_content
|
||||||
skip = len(field_data)+field_name_skip+2
|
field_name = field_content
|
||||||
field_data = field_data.replace("\\>", ">")
|
field_type = "field"
|
||||||
|
field_masked = False
|
||||||
|
field_width = 24
|
||||||
|
field_value = ""
|
||||||
|
field_prechecked = False
|
||||||
|
|
||||||
|
# Find the closing '>' character
|
||||||
|
field_end = line.find('>', backtick_pos)
|
||||||
|
if field_end == -1:
|
||||||
|
pass # No closing '>', invalid field
|
||||||
|
else:
|
||||||
|
field_data = line[backtick_pos+1:field_end]
|
||||||
|
|
||||||
|
# Now, we have all field data
|
||||||
|
if field_type in ["checkbox", "radio"]:
|
||||||
|
# for checkboxes and radios, field_data is the label
|
||||||
|
output.append({
|
||||||
|
"type": field_type,
|
||||||
|
"name": field_name,
|
||||||
|
"value": field_value if field_value else field_data,
|
||||||
|
"label": field_data,
|
||||||
|
"prechecked": field_prechecked,
|
||||||
|
"style": make_style(state)
|
||||||
|
})
|
||||||
|
else:
|
||||||
|
# For text fields field_data is the initial text
|
||||||
output.append({
|
output.append({
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"name": field_name,
|
"name": field_name,
|
||||||
|
@ -503,9 +590,11 @@ def make_output(state, line, url_delegate):
|
||||||
"data": field_data,
|
"data": field_data,
|
||||||
"style": make_style(state)
|
"style": make_style(state)
|
||||||
})
|
})
|
||||||
|
skip = field_end - i
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
elif c == "[":
|
elif c == "[":
|
||||||
endpos = line[i:].find("]")
|
endpos = line[i:].find("]")
|
||||||
if endpos == -1:
|
if endpos == -1:
|
||||||
|
@ -591,6 +680,7 @@ def make_output(state, line, url_delegate):
|
||||||
part = ""
|
part = ""
|
||||||
else:
|
else:
|
||||||
part += c
|
part += c
|
||||||
|
escape = False
|
||||||
|
|
||||||
if i == len(line)-1:
|
if i == len(line)-1:
|
||||||
if len(part) > 0:
|
if len(part) > 0:
|
||||||
|
|
|
@ -368,6 +368,10 @@ class AnnounceStreamEntry(urwid.WidgetWrap):
|
||||||
def timestamp(self):
|
def timestamp(self):
|
||||||
return self.timestamp
|
return self.timestamp
|
||||||
|
|
||||||
|
class TabButton(urwid.Button):
|
||||||
|
button_left = urwid.Text("[")
|
||||||
|
button_right = urwid.Text("]")
|
||||||
|
|
||||||
class AnnounceStream(urwid.WidgetWrap):
|
class AnnounceStream(urwid.WidgetWrap):
|
||||||
def __init__(self, app, parent):
|
def __init__(self, app, parent):
|
||||||
self.app = app
|
self.app = app
|
||||||
|
@ -376,11 +380,24 @@ class AnnounceStream(urwid.WidgetWrap):
|
||||||
self.timeout = self.app.config["textui"]["animation_interval"]*2
|
self.timeout = self.app.config["textui"]["animation_interval"]*2
|
||||||
self.ilb = None
|
self.ilb = None
|
||||||
self.no_content = True
|
self.no_content = True
|
||||||
|
self.current_tab = "nodes"
|
||||||
|
|
||||||
self.added_entries = []
|
self.added_entries = []
|
||||||
self.widget_list = []
|
self.widget_list = []
|
||||||
self.update_widget_list()
|
self.update_widget_list()
|
||||||
|
|
||||||
|
# Create tab buttons
|
||||||
|
self.tab_nodes = TabButton("Nodes", on_press=self.show_nodes_tab)
|
||||||
|
self.tab_peers = TabButton("Peers", on_press=self.show_peers_tab)
|
||||||
|
self.tab_pn = TabButton("Propagation Nodes", on_press=self.show_pn_tab)
|
||||||
|
|
||||||
|
# Create tab bar with proportional widths
|
||||||
|
self.tab_bar = urwid.Columns([
|
||||||
|
('weight', 1, self.tab_nodes),
|
||||||
|
('weight', 1, self.tab_peers),
|
||||||
|
('weight', 3, self.tab_pn),
|
||||||
|
], dividechars=1) # Add 1 character spacing between tabs
|
||||||
|
|
||||||
self.ilb = ExceptionHandlingListBox(
|
self.ilb = ExceptionHandlingListBox(
|
||||||
self.widget_list,
|
self.widget_list,
|
||||||
on_selection_change=self.list_selection,
|
on_selection_change=self.list_selection,
|
||||||
|
@ -389,7 +406,13 @@ class AnnounceStream(urwid.WidgetWrap):
|
||||||
#highlight_offFocus="list_off_focus"
|
#highlight_offFocus="list_off_focus"
|
||||||
)
|
)
|
||||||
|
|
||||||
self.display_widget = self.ilb
|
# Combine tab bar and list box
|
||||||
|
self.pile = urwid.Pile([
|
||||||
|
('pack', self.tab_bar),
|
||||||
|
('weight', 1, self.ilb),
|
||||||
|
])
|
||||||
|
|
||||||
|
self.display_widget = self.pile
|
||||||
super().__init__(urwid.LineBox(self.display_widget, title="Announce Stream"))
|
super().__init__(urwid.LineBox(self.display_widget, title="Announce Stream"))
|
||||||
|
|
||||||
def keypress(self, size, key):
|
def keypress(self, size, key):
|
||||||
|
@ -412,28 +435,45 @@ class AnnounceStream(urwid.WidgetWrap):
|
||||||
self.update_widget_list()
|
self.update_widget_list()
|
||||||
|
|
||||||
def update_widget_list(self):
|
def update_widget_list(self):
|
||||||
|
self.widget_list = []
|
||||||
new_entries = []
|
new_entries = []
|
||||||
|
|
||||||
for e in self.app.directory.announce_stream:
|
for e in self.app.directory.announce_stream:
|
||||||
if not e[0] in self.added_entries:
|
announce_type = e[3]
|
||||||
self.added_entries.insert(0, e[0])
|
|
||||||
new_entries.insert(0, e)
|
# Filter based on current tab
|
||||||
|
if self.current_tab == "nodes" and (announce_type == "node" or announce_type == True):
|
||||||
|
new_entries.append(e)
|
||||||
|
elif self.current_tab == "peers" and (announce_type == "peer" or announce_type == False):
|
||||||
|
new_entries.append(e)
|
||||||
|
elif self.current_tab == "pn" and announce_type == "pn":
|
||||||
|
new_entries.append(e)
|
||||||
|
|
||||||
for e in new_entries:
|
for e in new_entries:
|
||||||
nw = AnnounceStreamEntry(self.app, e, self)
|
nw = AnnounceStreamEntry(self.app, e, self)
|
||||||
nw.timestamp = e[0]
|
nw.timestamp = e[0]
|
||||||
self.widget_list.insert(0, nw)
|
self.widget_list.append(nw)
|
||||||
|
|
||||||
if len(new_entries) > 0:
|
if len(new_entries) > 0:
|
||||||
self.no_content = False
|
self.no_content = False
|
||||||
if self.ilb != None:
|
|
||||||
self.ilb.set_body(self.widget_list)
|
|
||||||
else:
|
else:
|
||||||
if len(self.widget_list) == 0:
|
|
||||||
self.no_content = True
|
self.no_content = True
|
||||||
|
self.widget_list = [urwid.Text(f"No {self.current_tab} announces", align='center')]
|
||||||
|
|
||||||
if self.ilb != None:
|
if self.ilb:
|
||||||
self.ilb.set_body(self.widget_list)
|
self.ilb.set_body(self.widget_list)
|
||||||
|
|
||||||
|
def show_nodes_tab(self, button):
|
||||||
|
self.current_tab = "nodes"
|
||||||
|
self.update_widget_list()
|
||||||
|
|
||||||
|
def show_peers_tab(self, button):
|
||||||
|
self.current_tab = "peers"
|
||||||
|
self.update_widget_list()
|
||||||
|
|
||||||
|
def show_pn_tab(self, button):
|
||||||
|
self.current_tab = "pn"
|
||||||
|
self.update_widget_list()
|
||||||
|
|
||||||
def list_selection(self, arg1, arg2):
|
def list_selection(self, arg1, arg2):
|
||||||
pass
|
pass
|
||||||
|
@ -1594,10 +1634,10 @@ class NetworkDisplay():
|
||||||
if self.list_display == 1:
|
if self.list_display == 1:
|
||||||
parent = self.app.ui.main_display.sub_displays.network_display
|
parent = self.app.ui.main_display.sub_displays.network_display
|
||||||
selected_node_entry = parent.known_nodes_display.ilb.get_selected_item()
|
selected_node_entry = parent.known_nodes_display.ilb.get_selected_item()
|
||||||
if selected_node_entry != None:
|
if selected_node_entry is not None:
|
||||||
selected_node_hash = selected_node_entry._get_base_widget().display_widget.source_hash
|
selected_node_hash = selected_node_entry.base_widget.display_widget.source_hash
|
||||||
|
|
||||||
if selected_node_hash != None:
|
if selected_node_hash is not None:
|
||||||
info_widget = KnownNodeInfo(selected_node_hash)
|
info_widget = KnownNodeInfo(selected_node_hash)
|
||||||
options = parent.left_pile.options(height_type=urwid.WEIGHT, height_amount=1)
|
options = parent.left_pile.options(height_type=urwid.WEIGHT, height_amount=1)
|
||||||
parent.left_pile.contents[0] = (info_widget, options)
|
parent.left_pile.contents[0] = (info_widget, options)
|
||||||
|
@ -1612,9 +1652,15 @@ class NetworkDisplay():
|
||||||
self.announce_stream_display.rebuild_widget_list()
|
self.announce_stream_display.rebuild_widget_list()
|
||||||
|
|
||||||
def reinit_lxmf_peers(self):
|
def reinit_lxmf_peers(self):
|
||||||
|
if self.lxmf_peers_display:
|
||||||
|
si = self.lxmf_peers_display.ilb.get_selected_position()
|
||||||
|
else:
|
||||||
|
si = None
|
||||||
self.lxmf_peers_display = LXMFPeers(self.app)
|
self.lxmf_peers_display = LXMFPeers(self.app)
|
||||||
self.lxmf_peers_display.delegate = self
|
self.lxmf_peers_display.delegate = self
|
||||||
self.close_list_dialogs()
|
self.close_list_dialogs()
|
||||||
|
if si != None:
|
||||||
|
self.lxmf_peers_display.ilb.select_item(si)
|
||||||
|
|
||||||
def close_list_dialogs(self):
|
def close_list_dialogs(self):
|
||||||
if self.list_display == 0:
|
if self.list_display == 0:
|
||||||
|
@ -1753,7 +1799,7 @@ class LXMFPeers(urwid.WidgetWrap):
|
||||||
|
|
||||||
def make_peer_widgets(self):
|
def make_peer_widgets(self):
|
||||||
widget_list = []
|
widget_list = []
|
||||||
sorted_peers = sorted(self.peer_list, key=lambda pid: (self.app.directory.pn_trust_level(pid), self.peer_list[pid].link_establishment_rate), reverse=True)
|
sorted_peers = sorted(self.peer_list, key=lambda pid: (self.app.directory.pn_trust_level(pid), self.peer_list[pid].sync_transfer_rate), reverse=True)
|
||||||
for peer_id in sorted_peers:
|
for peer_id in sorted_peers:
|
||||||
peer = self.peer_list[peer_id]
|
peer = self.peer_list[peer_id]
|
||||||
trust_level = self.app.directory.pn_trust_level(peer_id)
|
trust_level = self.app.directory.pn_trust_level(peer_id)
|
||||||
|
@ -1797,7 +1843,16 @@ class LXMFPeerEntry(urwid.WidgetWrap):
|
||||||
style = "list_unresponsive"
|
style = "list_unresponsive"
|
||||||
focus_style = "list_focus_unresponsive"
|
focus_style = "list_focus_unresponsive"
|
||||||
|
|
||||||
widget = ListEntry(sym+" "+display_str+"\n "+alive_string+", last heard "+pretty_date(int(peer.last_heard))+"\n "+str(len(peer.unhandled_messages))+" unhandled LXMs, "+RNS.prettysize(peer.link_establishment_rate/8, "b")+"/s LER")
|
if peer.propagation_transfer_limit:
|
||||||
|
txfer_limit = RNS.prettysize(peer.propagation_transfer_limit*1000)
|
||||||
|
else:
|
||||||
|
txfer_limit = "No"
|
||||||
|
ar = round(peer.acceptance_rate*100, 2)
|
||||||
|
peer_info_str = sym+" "+display_str+"\n "+alive_string+", last heard "+pretty_date(int(peer.last_heard))
|
||||||
|
peer_info_str += "\n "+str(peer.unhandled_message_count)+f" unhandled LXMs, {txfer_limit} sync limit\n"
|
||||||
|
peer_info_str += f" {RNS.prettyspeed(peer.sync_transfer_rate)} STR, "
|
||||||
|
peer_info_str += f"{RNS.prettyspeed(peer.link_establishment_rate)} LER, {ar}% AR\n"
|
||||||
|
widget = ListEntry(peer_info_str)
|
||||||
self.display_widget = urwid.AttrMap(widget, style, focus_style)
|
self.display_widget = urwid.AttrMap(widget, style, focus_style)
|
||||||
self.display_widget.destination_hash = destination_hash
|
self.display_widget.destination_hash = destination_hash
|
||||||
super().__init__(self.display_widget)
|
super().__init__(self.display_widget)
|
||||||
|
|
91
nomadnet/vendor/AsciiChart.py
vendored
Normal file
91
nomadnet/vendor/AsciiChart.py
vendored
Normal file
|
@ -0,0 +1,91 @@
|
||||||
|
from __future__ import division
|
||||||
|
from math import ceil, floor, isnan
|
||||||
|
# Derived from asciichartpy | https://github.com/kroitor/asciichart/blob/master/asciichartpy/__init__.py
|
||||||
|
class AsciiChart:
|
||||||
|
def __init__(self, glyphset="unicode"):
|
||||||
|
self.symbols = ['┼', '┤', '╶', '╴', '─', '╰', '╭', '╮', '╯', '│']
|
||||||
|
if glyphset == "plain":
|
||||||
|
self.symbols = ['+', '|', '-', '-', '-', '\'', ',', '.', '`', '|']
|
||||||
|
def plot(self, series, cfg=None):
|
||||||
|
if len(series) == 0:
|
||||||
|
return ''
|
||||||
|
if not isinstance(series[0], list):
|
||||||
|
if all(isnan(n) for n in series):
|
||||||
|
return ''
|
||||||
|
else:
|
||||||
|
series = [series]
|
||||||
|
cfg = cfg or {}
|
||||||
|
minimum = cfg.get('min', min(filter(lambda n: not isnan(n), [j for i in series for j in i])))
|
||||||
|
maximum = cfg.get('max', max(filter(lambda n: not isnan(n), [j for i in series for j in i])))
|
||||||
|
symbols = cfg.get('symbols', self.symbols)
|
||||||
|
if minimum > maximum:
|
||||||
|
raise ValueError('The min value cannot exceed the max value.')
|
||||||
|
interval = maximum - minimum
|
||||||
|
offset = cfg.get('offset', 3)
|
||||||
|
height = cfg.get('height', interval)
|
||||||
|
ratio = height / interval if interval > 0 else 1
|
||||||
|
|
||||||
|
min2 = int(floor(minimum * ratio))
|
||||||
|
max2 = int(ceil(maximum * ratio))
|
||||||
|
|
||||||
|
def clamp(n):
|
||||||
|
return min(max(n, minimum), maximum)
|
||||||
|
|
||||||
|
def scaled(y):
|
||||||
|
return int(round(clamp(y) * ratio) - min2)
|
||||||
|
|
||||||
|
rows = max2 - min2
|
||||||
|
|
||||||
|
width = 0
|
||||||
|
for i in range(0, len(series)):
|
||||||
|
width = max(width, len(series[i]))
|
||||||
|
width += offset
|
||||||
|
|
||||||
|
placeholder = cfg.get('format', '{:8.2f} ')
|
||||||
|
|
||||||
|
result = [[' '] * width for i in range(rows + 1)]
|
||||||
|
|
||||||
|
for y in range(min2, max2 + 1):
|
||||||
|
if callable(placeholder):
|
||||||
|
label = placeholder(maximum - ((y - min2) * interval / (rows if rows else 1))).rjust(12)
|
||||||
|
else:
|
||||||
|
label = placeholder.format(maximum - ((y - min2) * interval / (rows if rows else 1)))
|
||||||
|
|
||||||
|
result[y - min2][max(offset - len(label), 0)] = label
|
||||||
|
result[y - min2][offset - 1] = symbols[0] if y == 0 else symbols[1]
|
||||||
|
|
||||||
|
d0 = series[0][0]
|
||||||
|
if not isnan(d0):
|
||||||
|
result[rows - scaled(d0)][offset - 1] = symbols[0]
|
||||||
|
|
||||||
|
for i in range(0, len(series)):
|
||||||
|
for x in range(0, len(series[i]) - 1):
|
||||||
|
d0 = series[i][x + 0]
|
||||||
|
d1 = series[i][x + 1]
|
||||||
|
|
||||||
|
if isnan(d0) and isnan(d1):
|
||||||
|
continue
|
||||||
|
|
||||||
|
if isnan(d0) and not isnan(d1):
|
||||||
|
result[rows - scaled(d1)][x + offset] = symbols[2]
|
||||||
|
continue
|
||||||
|
|
||||||
|
if not isnan(d0) and isnan(d1):
|
||||||
|
result[rows - scaled(d0)][x + offset] = symbols[3]
|
||||||
|
continue
|
||||||
|
|
||||||
|
y0 = scaled(d0)
|
||||||
|
y1 = scaled(d1)
|
||||||
|
if y0 == y1:
|
||||||
|
result[rows - y0][x + offset] = symbols[4]
|
||||||
|
continue
|
||||||
|
|
||||||
|
result[rows - y1][x + offset] = symbols[5] if y0 > y1 else symbols[6]
|
||||||
|
result[rows - y0][x + offset] = symbols[7] if y0 > y1 else symbols[8]
|
||||||
|
|
||||||
|
start = min(y0, y1) + 1
|
||||||
|
end = max(y0, y1)
|
||||||
|
for y in range(start, end):
|
||||||
|
result[rows - y][x + offset] = symbols[9]
|
||||||
|
|
||||||
|
return '\n'.join([''.join(row).rstrip() for row in result])
|
4
nomadnet/vendor/Scrollable.py
vendored
4
nomadnet/vendor/Scrollable.py
vendored
|
@ -50,7 +50,7 @@ class Scrollable(urwid.WidgetDecoration):
|
||||||
self._old_cursor_coords = None
|
self._old_cursor_coords = None
|
||||||
self._rows_max_cached = 0
|
self._rows_max_cached = 0
|
||||||
self.force_forward_keypress = force_forward_keypress
|
self.force_forward_keypress = force_forward_keypress
|
||||||
self.__super.__init__(widget)
|
super().__init__(widget)
|
||||||
|
|
||||||
def render(self, size, focus=False):
|
def render(self, size, focus=False):
|
||||||
maxcol, maxrow = size
|
maxcol, maxrow = size
|
||||||
|
@ -340,7 +340,7 @@ class ScrollBar(urwid.WidgetDecoration):
|
||||||
"""
|
"""
|
||||||
if BOX not in widget.sizing():
|
if BOX not in widget.sizing():
|
||||||
raise ValueError('Not a box widget: %r' % widget)
|
raise ValueError('Not a box widget: %r' % widget)
|
||||||
self.__super.__init__(widget)
|
super().__init__(widget)
|
||||||
self._thumb_char = thumb_char
|
self._thumb_char = thumb_char
|
||||||
self._trough_char = trough_char
|
self._trough_char = trough_char
|
||||||
self.scrollbar_side = side
|
self.scrollbar_side = side
|
||||||
|
|
537
nomadnet/vendor/additional_urwid_widgets/FormWidgets.py
vendored
Normal file
537
nomadnet/vendor/additional_urwid_widgets/FormWidgets.py
vendored
Normal file
|
@ -0,0 +1,537 @@
|
||||||
|
import urwid
|
||||||
|
|
||||||
|
class DialogLineBox(urwid.LineBox):
|
||||||
|
def __init__(self, body, parent=None, title="?"):
|
||||||
|
super().__init__(body, title=title)
|
||||||
|
self.parent = parent
|
||||||
|
|
||||||
|
def keypress(self, size, key):
|
||||||
|
if key == "esc":
|
||||||
|
if self.parent and hasattr(self.parent, "dismiss_dialog"):
|
||||||
|
self.parent.dismiss_dialog()
|
||||||
|
return None
|
||||||
|
return super().keypress(size, key)
|
||||||
|
|
||||||
|
class Placeholder(urwid.Edit):
|
||||||
|
def __init__(self, caption="", edit_text="", placeholder="", **kwargs):
|
||||||
|
super().__init__(caption, edit_text, **kwargs)
|
||||||
|
self.placeholder = placeholder
|
||||||
|
|
||||||
|
def render(self, size, focus=False):
|
||||||
|
if not self.edit_text and not focus:
|
||||||
|
placeholder_widget = urwid.Text(("placeholder", self.placeholder))
|
||||||
|
return placeholder_widget.render(size, focus)
|
||||||
|
else:
|
||||||
|
return super().render(size, focus)
|
||||||
|
|
||||||
|
class Dropdown(urwid.WidgetWrap):
|
||||||
|
signals = ['change'] # emit for urwid.connect_signal fn
|
||||||
|
|
||||||
|
def __init__(self, label, options, default=None):
|
||||||
|
self.label = label
|
||||||
|
self.options = options
|
||||||
|
self.selected = default if default is not None else options[0]
|
||||||
|
|
||||||
|
self.main_text = f"{self.selected}"
|
||||||
|
self.main_button = urwid.SelectableIcon(self.main_text, 0)
|
||||||
|
self.main_button = urwid.AttrMap(self.main_button, "button_normal", "button_focus")
|
||||||
|
|
||||||
|
self.option_widgets = []
|
||||||
|
for opt in options:
|
||||||
|
icon = urwid.SelectableIcon(opt, 0)
|
||||||
|
icon = urwid.AttrMap(icon, "list_normal", "list_focus")
|
||||||
|
self.option_widgets.append(icon)
|
||||||
|
|
||||||
|
self.options_walker = urwid.SimpleFocusListWalker(self.option_widgets)
|
||||||
|
self.options_listbox = urwid.ListBox(self.options_walker)
|
||||||
|
self.dropdown_box = None # will be created on open_dropdown
|
||||||
|
|
||||||
|
self.pile = urwid.Pile([self.main_button])
|
||||||
|
self.dropdown_visible = False
|
||||||
|
|
||||||
|
super().__init__(self.pile)
|
||||||
|
|
||||||
|
def open_dropdown(self):
|
||||||
|
if not self.dropdown_visible:
|
||||||
|
height = len(self.options)
|
||||||
|
self.dropdown_box = urwid.BoxAdapter(self.options_listbox, height)
|
||||||
|
self.pile.contents.append((self.dropdown_box, self.pile.options()))
|
||||||
|
self.dropdown_visible = True
|
||||||
|
self.pile.focus_position = 1
|
||||||
|
self.options_walker.set_focus(0)
|
||||||
|
|
||||||
|
def close_dropdown(self):
|
||||||
|
if self.dropdown_visible:
|
||||||
|
self.pile.contents.pop() # remove the dropdown_box
|
||||||
|
self.dropdown_visible = False
|
||||||
|
self.pile.focus_position = 0
|
||||||
|
self.dropdown_box = None
|
||||||
|
|
||||||
|
def keypress(self, size, key):
|
||||||
|
if not self.dropdown_visible:
|
||||||
|
if key == "enter":
|
||||||
|
self.open_dropdown()
|
||||||
|
return None
|
||||||
|
return self.main_button.keypress(size, key)
|
||||||
|
else:
|
||||||
|
if key == "enter":
|
||||||
|
focus_result = self.options_walker.get_focus()
|
||||||
|
if focus_result is not None:
|
||||||
|
focus_widget = focus_result[0]
|
||||||
|
new_val = focus_widget.base_widget.text
|
||||||
|
old_val = self.selected
|
||||||
|
self.selected = new_val
|
||||||
|
self.main_button.base_widget.set_text(f"{self.selected}")
|
||||||
|
|
||||||
|
if old_val != new_val:
|
||||||
|
self._emit('change', new_val)
|
||||||
|
|
||||||
|
self.close_dropdown()
|
||||||
|
return None
|
||||||
|
return self.dropdown_box.keypress(size, key)
|
||||||
|
|
||||||
|
def get_value(self):
|
||||||
|
return self.selected
|
||||||
|
|
||||||
|
class ValidationError(urwid.Text):
|
||||||
|
def __init__(self, message=""):
|
||||||
|
super().__init__(("error", message))
|
||||||
|
|
||||||
|
class FormField:
|
||||||
|
def __init__(self, config_key, transform=None):
|
||||||
|
self.config_key = config_key
|
||||||
|
self.transform = transform or (lambda x: x)
|
||||||
|
|
||||||
|
class FormEdit(Placeholder, FormField):
|
||||||
|
def __init__(self, config_key, caption="", edit_text="", placeholder="", validation_types=None, transform=None, **kwargs):
|
||||||
|
Placeholder.__init__(self, caption, edit_text, placeholder, **kwargs)
|
||||||
|
FormField.__init__(self, config_key, transform)
|
||||||
|
self.validation_types = validation_types or []
|
||||||
|
self.error_widget = urwid.Text("")
|
||||||
|
self.error = None
|
||||||
|
|
||||||
|
def get_value(self):
|
||||||
|
return self.transform(self.edit_text.strip())
|
||||||
|
|
||||||
|
def validate(self):
|
||||||
|
value = self.edit_text.strip()
|
||||||
|
self.error = None
|
||||||
|
|
||||||
|
for validation in self.validation_types:
|
||||||
|
if validation == "required":
|
||||||
|
if not value:
|
||||||
|
self.error = "This field is required"
|
||||||
|
break
|
||||||
|
elif validation == "number":
|
||||||
|
if value and not value.replace('-', '').replace('.', '').isdigit():
|
||||||
|
self.error = "This field must be a number"
|
||||||
|
break
|
||||||
|
elif validation == "float":
|
||||||
|
try:
|
||||||
|
if value:
|
||||||
|
float(value)
|
||||||
|
except ValueError:
|
||||||
|
self.error = "This field must be decimal number"
|
||||||
|
break
|
||||||
|
|
||||||
|
self.error_widget.set_text(("error", self.error or ""))
|
||||||
|
return self.error is None
|
||||||
|
|
||||||
|
class FormCheckbox(urwid.CheckBox, FormField):
|
||||||
|
def __init__(self, config_key, label="", state=False, validation_types=None, transform=None, **kwargs):
|
||||||
|
urwid.CheckBox.__init__(self, label, state, **kwargs)
|
||||||
|
FormField.__init__(self, config_key, transform)
|
||||||
|
self.validation_types = validation_types or []
|
||||||
|
self.error_widget = urwid.Text("")
|
||||||
|
self.error = None
|
||||||
|
|
||||||
|
def get_value(self):
|
||||||
|
return self.transform(self.get_state())
|
||||||
|
|
||||||
|
def validate(self):
|
||||||
|
|
||||||
|
value = self.get_state()
|
||||||
|
self.error = None
|
||||||
|
|
||||||
|
for validation in self.validation_types:
|
||||||
|
if validation == "required":
|
||||||
|
if not value:
|
||||||
|
self.error = "This field is required"
|
||||||
|
break
|
||||||
|
|
||||||
|
self.error_widget.set_text(("error", self.error or ""))
|
||||||
|
return self.error is None
|
||||||
|
|
||||||
|
class FormDropdown(Dropdown, FormField):
|
||||||
|
signals = ['change']
|
||||||
|
|
||||||
|
def __init__(self, config_key, label, options, default=None, validation_types=None, transform=None):
|
||||||
|
self.options = [str(opt) for opt in options]
|
||||||
|
|
||||||
|
if default is not None:
|
||||||
|
default_str = str(default)
|
||||||
|
if default_str in self.options:
|
||||||
|
default = default_str
|
||||||
|
elif transform:
|
||||||
|
try:
|
||||||
|
default_transformed = transform(default_str)
|
||||||
|
for opt in self.options:
|
||||||
|
if transform(opt) == default_transformed:
|
||||||
|
default = opt
|
||||||
|
break
|
||||||
|
except:
|
||||||
|
default = self.options[0]
|
||||||
|
else:
|
||||||
|
default = self.options[0]
|
||||||
|
else:
|
||||||
|
default = self.options[0]
|
||||||
|
|
||||||
|
Dropdown.__init__(self, label, self.options, default)
|
||||||
|
FormField.__init__(self, config_key, transform)
|
||||||
|
|
||||||
|
self.validation_types = validation_types or []
|
||||||
|
self.error_widget = urwid.Text("")
|
||||||
|
self.error = None
|
||||||
|
|
||||||
|
if hasattr(self, 'main_button'):
|
||||||
|
self.main_button.base_widget.set_text(str(default))
|
||||||
|
|
||||||
|
def get_value(self):
|
||||||
|
return self.transform(self.selected)
|
||||||
|
|
||||||
|
def validate(self):
|
||||||
|
value = self.get_value()
|
||||||
|
self.error = None
|
||||||
|
|
||||||
|
for validation in self.validation_types:
|
||||||
|
if validation == "required":
|
||||||
|
if not value:
|
||||||
|
self.error = "This field is required"
|
||||||
|
break
|
||||||
|
|
||||||
|
self.error_widget.set_text(("error", self.error or ""))
|
||||||
|
return self.error is None
|
||||||
|
|
||||||
|
def open_dropdown(self):
|
||||||
|
if not self.dropdown_visible:
|
||||||
|
super().open_dropdown()
|
||||||
|
try:
|
||||||
|
current_index = self.options.index(self.selected)
|
||||||
|
self.options_walker.set_focus(current_index)
|
||||||
|
except ValueError:
|
||||||
|
pass
|
||||||
|
|
||||||
|
class FormMultiList(urwid.Pile, FormField):
|
||||||
|
def __init__(self, config_key, placeholder="", validation_types=None, transform=None, **kwargs):
|
||||||
|
self.entries = []
|
||||||
|
self.error_widget = urwid.Text("")
|
||||||
|
self.error = None
|
||||||
|
self.placeholder = placeholder
|
||||||
|
self.validation_types = validation_types or []
|
||||||
|
|
||||||
|
first_entry = self.create_entry_row()
|
||||||
|
self.entries.append(first_entry)
|
||||||
|
|
||||||
|
self.add_button = urwid.Button("+ Add Another", on_press=self.add_entry)
|
||||||
|
add_button_padded = urwid.Padding(self.add_button, left=2, right=2)
|
||||||
|
|
||||||
|
pile_widgets = [first_entry, add_button_padded]
|
||||||
|
urwid.Pile.__init__(self, pile_widgets)
|
||||||
|
FormField.__init__(self, config_key, transform)
|
||||||
|
|
||||||
|
def create_entry_row(self):
|
||||||
|
edit = urwid.Edit("", "")
|
||||||
|
entry_row = urwid.Columns([
|
||||||
|
('weight', 1, edit),
|
||||||
|
(3, urwid.Button("×", on_press=lambda button: self.remove_entry(button, entry_row))),
|
||||||
|
])
|
||||||
|
return entry_row
|
||||||
|
|
||||||
|
def remove_entry(self, button, entry_row):
|
||||||
|
if len(self.entries) > 1:
|
||||||
|
self.entries.remove(entry_row)
|
||||||
|
self.contents = [(w, self.options()) for w in self.get_pile_widgets()]
|
||||||
|
|
||||||
|
def add_entry(self, button):
|
||||||
|
new_entry = self.create_entry_row()
|
||||||
|
self.entries.append(new_entry)
|
||||||
|
|
||||||
|
self.contents = [(w, self.options()) for w in self.get_pile_widgets()]
|
||||||
|
|
||||||
|
def get_pile_widgets(self):
|
||||||
|
return self.entries + [urwid.Padding(self.add_button, left=2, right=2)]
|
||||||
|
|
||||||
|
def get_value(self):
|
||||||
|
values = []
|
||||||
|
for entry in self.entries:
|
||||||
|
edit_widget = entry.contents[0][0]
|
||||||
|
value = edit_widget.edit_text.strip()
|
||||||
|
if value:
|
||||||
|
values.append(value)
|
||||||
|
return self.transform(values)
|
||||||
|
|
||||||
|
def validate(self):
|
||||||
|
values = self.get_value()
|
||||||
|
self.error = None
|
||||||
|
|
||||||
|
for validation in self.validation_types:
|
||||||
|
if validation == "required" and not values:
|
||||||
|
self.error = "At least one entry is required"
|
||||||
|
break
|
||||||
|
|
||||||
|
self.error_widget.set_text(("error", self.error or ""))
|
||||||
|
return self.error is None
|
||||||
|
|
||||||
|
|
||||||
|
class FormMultiTable(urwid.Pile, FormField):
|
||||||
|
def __init__(self, config_key, fields, validation_types=None, transform=None, **kwargs):
|
||||||
|
self.entries = []
|
||||||
|
self.fields = fields
|
||||||
|
self.error_widget = urwid.Text("")
|
||||||
|
self.error = None
|
||||||
|
self.validation_types = validation_types or []
|
||||||
|
|
||||||
|
header_columns = [('weight', 3, urwid.Text(("list_focus", "Name")))]
|
||||||
|
for field_key, field_config in self.fields.items():
|
||||||
|
header_columns.append(('weight', 2, urwid.Text(("list_focus", field_config.get("label", field_key)))))
|
||||||
|
header_columns.append((4, urwid.Text(("list_focus", ""))))
|
||||||
|
|
||||||
|
self.header_row = urwid.Columns(header_columns)
|
||||||
|
|
||||||
|
first_entry = self.create_entry_row()
|
||||||
|
self.entries.append(first_entry)
|
||||||
|
|
||||||
|
self.add_button = urwid.Button("+ Add ", on_press=self.add_entry)
|
||||||
|
add_button_padded = urwid.Padding(self.add_button, left=2, right=2)
|
||||||
|
|
||||||
|
pile_widgets = [
|
||||||
|
self.header_row,
|
||||||
|
urwid.Divider("-"),
|
||||||
|
first_entry,
|
||||||
|
add_button_padded
|
||||||
|
]
|
||||||
|
|
||||||
|
urwid.Pile.__init__(self, pile_widgets)
|
||||||
|
FormField.__init__(self, config_key, transform)
|
||||||
|
|
||||||
|
def create_entry_row(self, name="", values=None):
|
||||||
|
if values is None:
|
||||||
|
values = {}
|
||||||
|
|
||||||
|
name_edit = urwid.Edit("", name)
|
||||||
|
|
||||||
|
columns = [('weight', 3, name_edit)]
|
||||||
|
|
||||||
|
field_widgets = {}
|
||||||
|
for field_key, field_config in self.fields.items():
|
||||||
|
field_value = values.get(field_key, "")
|
||||||
|
|
||||||
|
if field_config.get("type") == "checkbox":
|
||||||
|
widget = urwid.CheckBox("", state=bool(field_value))
|
||||||
|
elif field_config.get("type") == "dropdown":
|
||||||
|
# TODO: dropdown in MultiTable
|
||||||
|
widget = urwid.Edit("", str(field_value))
|
||||||
|
else:
|
||||||
|
widget = urwid.Edit("", str(field_value))
|
||||||
|
|
||||||
|
field_widgets[field_key] = widget
|
||||||
|
columns.append(('weight', 2, widget))
|
||||||
|
|
||||||
|
remove_button = urwid.Button("×", on_press=lambda button: self.remove_entry(button, entry_row))
|
||||||
|
columns.append((4, remove_button))
|
||||||
|
|
||||||
|
entry_row = urwid.Columns(columns)
|
||||||
|
entry_row.name_edit = name_edit
|
||||||
|
entry_row.field_widgets = field_widgets
|
||||||
|
|
||||||
|
return entry_row
|
||||||
|
|
||||||
|
def remove_entry(self, button, entry_row):
|
||||||
|
if len(self.entries) > 1:
|
||||||
|
self.entries.remove(entry_row)
|
||||||
|
self.contents = [(w, self.options()) for w in self.get_pile_widgets()]
|
||||||
|
|
||||||
|
def add_entry(self, button):
|
||||||
|
new_entry = self.create_entry_row()
|
||||||
|
self.entries.append(new_entry)
|
||||||
|
|
||||||
|
self.contents = [(w, self.options()) for w in self.get_pile_widgets()]
|
||||||
|
|
||||||
|
def get_pile_widgets(self):
|
||||||
|
return [
|
||||||
|
self.header_row,
|
||||||
|
urwid.Divider("-")
|
||||||
|
] + self.entries + [
|
||||||
|
urwid.Padding(self.add_button, left=2, right=2)
|
||||||
|
]
|
||||||
|
|
||||||
|
def get_value(self):
|
||||||
|
values = {}
|
||||||
|
for entry in self.entries:
|
||||||
|
name = entry.name_edit.edit_text.strip()
|
||||||
|
if name:
|
||||||
|
subinterface = {}
|
||||||
|
subinterface["interface_enabled"] = True
|
||||||
|
|
||||||
|
for field_key, widget in entry.field_widgets.items():
|
||||||
|
field_config = self.fields.get(field_key, {})
|
||||||
|
|
||||||
|
if hasattr(widget, "get_state"):
|
||||||
|
value = widget.get_state()
|
||||||
|
elif hasattr(widget, "edit_text"):
|
||||||
|
value = widget.edit_text.strip()
|
||||||
|
|
||||||
|
transform = field_config.get("transform")
|
||||||
|
if transform and value:
|
||||||
|
try:
|
||||||
|
value = transform(value)
|
||||||
|
except (ValueError, TypeError):
|
||||||
|
value = ""
|
||||||
|
|
||||||
|
if value:
|
||||||
|
subinterface[field_key] = value
|
||||||
|
|
||||||
|
values[name] = subinterface
|
||||||
|
|
||||||
|
return self.transform(values) if self.transform else values
|
||||||
|
|
||||||
|
def set_value(self, value):
|
||||||
|
self.entries = []
|
||||||
|
|
||||||
|
if not value:
|
||||||
|
self.entries.append(self.create_entry_row())
|
||||||
|
else:
|
||||||
|
for name, config in value.items():
|
||||||
|
self.entries.append(self.create_entry_row(name=name, values=config))
|
||||||
|
|
||||||
|
self.contents = [(w, self.options()) for w in self.get_pile_widgets()]
|
||||||
|
|
||||||
|
def validate(self):
|
||||||
|
values = self.get_value()
|
||||||
|
self.error = None
|
||||||
|
|
||||||
|
for validation in self.validation_types:
|
||||||
|
if validation == "required" and not values:
|
||||||
|
self.error = "At least one subinterface is required"
|
||||||
|
break
|
||||||
|
|
||||||
|
self.error_widget.set_text(("error", self.error or ""))
|
||||||
|
return self.error is None
|
||||||
|
|
||||||
|
|
||||||
|
class FormKeyValuePairs(urwid.Pile, FormField):
|
||||||
|
def __init__(self, config_key, validation_types=None, transform=None, **kwargs):
|
||||||
|
self.entries = []
|
||||||
|
self.error_widget = urwid.Text("")
|
||||||
|
self.error = None
|
||||||
|
self.validation_types = validation_types or []
|
||||||
|
|
||||||
|
header_columns = [
|
||||||
|
('weight', 1, urwid.AttrMap(urwid.Text("Parameter Key"), "multitable_header")),
|
||||||
|
('weight', 1, urwid.AttrMap(urwid.Text("Parameter Value"), "multitable_header")),
|
||||||
|
(4, urwid.AttrMap(urwid.Text("Action"), "multitable_header"))
|
||||||
|
]
|
||||||
|
|
||||||
|
self.header_row = urwid.AttrMap(urwid.Columns(header_columns), "multitable_header")
|
||||||
|
|
||||||
|
first_entry = self.create_entry_row()
|
||||||
|
self.entries.append(first_entry)
|
||||||
|
|
||||||
|
self.add_button = urwid.Button("+ Add Parameter", on_press=self.add_entry)
|
||||||
|
add_button_padded = urwid.Padding(self.add_button, left=2, right=2)
|
||||||
|
|
||||||
|
pile_widgets = [
|
||||||
|
self.header_row,
|
||||||
|
urwid.Divider("-"),
|
||||||
|
first_entry,
|
||||||
|
add_button_padded
|
||||||
|
]
|
||||||
|
|
||||||
|
urwid.Pile.__init__(self, pile_widgets)
|
||||||
|
FormField.__init__(self, config_key, transform)
|
||||||
|
|
||||||
|
def create_entry_row(self, key="", value=""):
|
||||||
|
key_edit = urwid.Edit("", key)
|
||||||
|
value_edit = urwid.Edit("", value)
|
||||||
|
|
||||||
|
remove_button = urwid.Button("×", on_press=lambda button: self.remove_entry(button, entry_row))
|
||||||
|
|
||||||
|
entry_row = urwid.Columns([
|
||||||
|
('weight', 1, key_edit),
|
||||||
|
('weight', 1, value_edit),
|
||||||
|
(4, remove_button)
|
||||||
|
])
|
||||||
|
|
||||||
|
entry_row.key_edit = key_edit
|
||||||
|
entry_row.value_edit = value_edit
|
||||||
|
|
||||||
|
return entry_row
|
||||||
|
|
||||||
|
def remove_entry(self, button, entry_row):
|
||||||
|
if len(self.entries) > 1:
|
||||||
|
self.entries.remove(entry_row)
|
||||||
|
self.contents = [(w, self.options()) for w in self.get_pile_widgets()]
|
||||||
|
|
||||||
|
def add_entry(self, button):
|
||||||
|
new_entry = self.create_entry_row()
|
||||||
|
self.entries.append(new_entry)
|
||||||
|
|
||||||
|
self.contents = [(w, self.options()) for w in self.get_pile_widgets()]
|
||||||
|
|
||||||
|
def get_pile_widgets(self):
|
||||||
|
return [
|
||||||
|
self.header_row,
|
||||||
|
urwid.Divider("-")
|
||||||
|
] + self.entries + [
|
||||||
|
urwid.Padding(self.add_button, left=2, right=2)
|
||||||
|
]
|
||||||
|
|
||||||
|
def get_value(self):
|
||||||
|
values = {}
|
||||||
|
for entry in self.entries:
|
||||||
|
key = entry.key_edit.edit_text.strip()
|
||||||
|
value = entry.value_edit.edit_text.strip()
|
||||||
|
|
||||||
|
if key:
|
||||||
|
if value.isdigit():
|
||||||
|
values[key] = int(value)
|
||||||
|
elif value.replace('.', '', 1).isdigit() and value.count('.') <= 1:
|
||||||
|
values[key] = float(value)
|
||||||
|
elif value.lower() == 'true':
|
||||||
|
values[key] = True
|
||||||
|
elif value.lower() == 'false':
|
||||||
|
values[key] = False
|
||||||
|
else:
|
||||||
|
values[key] = value
|
||||||
|
|
||||||
|
return self.transform(values) if self.transform else values
|
||||||
|
|
||||||
|
def set_value(self, value):
|
||||||
|
self.entries = []
|
||||||
|
|
||||||
|
if not value or not isinstance(value, dict):
|
||||||
|
self.entries.append(self.create_entry_row())
|
||||||
|
else:
|
||||||
|
for key, val in value.items():
|
||||||
|
self.entries.append(self.create_entry_row(key=key, value=str(val)))
|
||||||
|
|
||||||
|
self.contents = [(w, self.options()) for w in self.get_pile_widgets()]
|
||||||
|
|
||||||
|
def validate(self):
|
||||||
|
values = self.get_value()
|
||||||
|
self.error = None
|
||||||
|
|
||||||
|
keys = [entry.key_edit.edit_text.strip() for entry in self.entries
|
||||||
|
if entry.key_edit.edit_text.strip()]
|
||||||
|
if len(keys) != len(set(keys)):
|
||||||
|
self.error = "Duplicate keys are not allowed"
|
||||||
|
self.error_widget.set_text(("error", self.error))
|
||||||
|
return False
|
||||||
|
|
||||||
|
for validation in self.validation_types:
|
||||||
|
if validation == "required" and not values:
|
||||||
|
self.error = "Atleast one parameter is required"
|
||||||
|
break
|
||||||
|
|
||||||
|
self.error_widget.set_text(("error", self.error or ""))
|
||||||
|
return self.error is None
|
2483
nomadnet/vendor/configobj.py
vendored
2483
nomadnet/vendor/configobj.py
vendored
File diff suppressed because it is too large
Load diff
4
setup.py
4
setup.py
|
@ -30,6 +30,6 @@ setuptools.setup(
|
||||||
entry_points= {
|
entry_points= {
|
||||||
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
||||||
},
|
},
|
||||||
install_requires=["rns>=0.7.7", "lxmf>=0.5.0", "urwid>=2.4.4", "qrcode"],
|
install_requires=["rns>=0.9.6", "lxmf>=0.7.1", "urwid>=2.6.16", "qrcode"],
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.7",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue