repo: veilid-hacks action: commit revision: path_from: revision_from: fcb15a69fd8fdf51e2373929c261cd1a0dba4cdf: path_to: revision_to:
commit fcb15a69fd8fdf51e2373929c261cd1a0dba4cdf Author: epochDate: Thu Sep 7 03:29:10 2023 -0500 forgot some debug output. typed netsend instead of netchat. getting late tonight. diff --git a/netchat-add-route-blob b/netchat-add-route-blob
--- a/netchat-add-route-blob
+++ b/netchat-add-route-blob
@@ -8,4 +8,4 @@ fi
route_blob="$1"
route_id="$(veilid-import-remote-private-route "${route_blob}")"
-printf '%s\n' "${route_blob}" > ~/projects/veilid-hacks/netsend_routes/"${route_id}"
+printf '%s\n' "${route_blob}" > ~/projects/veilid-hacks/netchat_routes/"${route_id}"
diff --git a/netchat_routes/Z4ijDjRcO9ZBt6PHrp_ueSYnx_gA_tIE9WdTJNYsRbA b/netchat_routes/Z4ijDjRcO9ZBt6PHrp_ueSYnx_gA_tIE9WdTJNYsRbA
new file mode 100644
index 0000000000000000000000000000000000000000..bcb0b1261b37a401452697afede7d01cd7eaadd1
--- /dev/null
+++ b/netchat_routes/Z4ijDjRcO9ZBt6PHrp_ueSYnx_gA_tIE9WdTJNYsRbA
@@ -0,0 +1 @@
+ARAeUAECAQJRBAEBURgBAg8wRExWEAT_yIU8Io_LqHgDGfx3iO4fFgwlU9yErStoJ8ALd_q430BqAAARBARBEAL_sloaUUzWqq0D_72_TBHEr_yg5-Rzd-J-dlEhZwtm-36tEQQDMQ3yAf-o-y50NT-q8wlCyHAJdln9rc0oGntISqn1vojmfDbvliY22Qe9tJs0zTTxrpiwKYirp6ll0ejWLU2TkhpJijhd1G8ry-EoItaE_hKKLlUPojA_af5EZyeJ
diff --git a/netchat_routes/ZJfdCNlMRyO6zXjvb2-onPdfrcZ5vn0JwLV3OcYioGE b/netchat_routes/ZJfdCNlMRyO6zXjvb2-onPdfrcZ5vn0JwLV3OcYioGE
new file mode 100644
index 0000000000000000000000000000000000000000..fb9c94951220edeb70c8b151b47eb0771487fbdb
--- /dev/null
+++ b/netchat_routes/ZJfdCNlMRyO6zXjvb2-onPdfrcZ5vn0JwLV3OcYioGE
@@ -0,0 +1 @@
+ARAeUAECAQJRBAEBURgBAg8wRExWEAT_n6A68DTGQ_wDuQ8TU9RNefjwg4De38HGlyaay0-l4Qt9AAARBARBEAL_uiliLZohAhIDlqnkRKtBs4UoRczhd8NoOzlPJl5L7LFsEQQDMQ3yAf-Q3fzSIhJnUwntZMQ6W_yALui9XucRc4z-u99ID4wAE360nJstOacFja31fcheiPoudi2ngQIFOHMhAqDDTTOTBWpOwQ2Hh54IL5jAFjHriJc_hGuLMUyx
diff --git a/veilid-dht-set b/veilid-dht-set
--- a/veilid-dht-set
+++ b/veilid-dht-set
@@ -34,7 +34,7 @@ stdbuf -oL jq -nc 'inputs | select(.type != "Update")' | while read -r line;do
#if [ "$type" == "Update" ];then
# continue
#fi
- printf 'state: %d line: %s\n' "$state" "$line" >&2
+ #printf 'state: %d line: %s\n' "$state" "$line" >&2
case "$state" in
0)
rc_id="$(jq -r .value <<< "${line}")"
@@ -57,7 +57,7 @@ stdbuf -oL jq -nc 'inputs | select(.type != "Update")' | while read -r line;do
;;
esac
state=$[$state+1]
-done | tee /dev/stderr
+done #| tee /dev/stderr
#{
# "type": "Response",
# "id": 0,
-----END OF PAGE-----