ExploreTrendingAnalytics
Nostr Archives
ExploreTrendingAnalytics
Johnathan Corgan10d ago
The FIPS (Free Internetworking Peering System) repository is unavailable from Github currently. We've mirrored it here: https://gitworkshop.dev/npub1y0gja7r4re0wyelmvdqa03qmjs62… We were attempting to transition it from my personal github space to a new organization we had just set up for multiple fips repositories, which succeeded, but then the new org got flagged by some automated process, and the original is no longer in my account. It's under appeal. This is why we Nostr.
💬 15 replies

Replies (15)

Arjen10d ago
cc @ODELL
0000 sats
ODELL10d ago
good looks, retweeted and will update show notes
0000 sats
Arjen10d ago
Thanks!
0000 sats
Sebastix10d ago
I checked the Github some hours ago. What happened?
0000 sats
Sebastix10d ago
Ah the why was below the link 🤙🏻
0000 sats
Stirling Forge9d ago
wow.
0000 sats
notmandatory8d ago
check here: https://gitworkshop.dev/npub1y0gja7r4re0wyelmvdqa03qmjs62…
0000 sats
notmandatory8d ago
Any tips on finding and initial peer to test with?
0000 sats
notmandatory8d ago
Any tips on how to find a peer to test with?
0000 sats
Johnathan Corgan7d ago
The example configurations in the README.md have a public FIPS test node using both UDP or TCP you can use to connect to the mesh.
0000 sats
notmandatory7d ago
Don't I need the npub for the public FIPS testing node? peers: [] # Static peers for bootstrapping (UDP or TCP): # - npub: "npub1..." # alias: "gateway" # addresses: # - transport: udp # addr: "217.77.8.91:2121" # public FIPS testing node # connect_policy: auto_connect
0000 sats
Johnathan Corgan7d ago
This has been updated in current master.
0000 sats
notmandatory7d ago
Current master where? I don't see it here: https://gitworkshop.dev/npub1y0gja7r4re0wyelmvdqa03qmjs62…
0000 sats
Johnathan Corgan7d ago
Sorry, this is now pushed properly.
0000 sats
notmandatory7d ago
Thanks! that did the trick. Peer connected: fipsctl show peers { "peers": [ { "authenticated_at_ms": 1773164469403, "connectivity": "connected", "direction": "outbound", "display_name": "fips-test-node", "filter_sequence": 937, "has_bloom_filter": true, "has_tree_position": true, "ipv6_addr": "fd00:dc7a:5def:9255:b47f:79a7:199:3d8e", "is_child": false, "is_parent": true, "last_seen_ms": 1773165050021, "link_id": 1, "mmp": { "delivery_ratio_forward": 1.0, "delivery_ratio_reverse": 1.0, "etx": 1.0, "goodput_bps": 191.0813622684924, "loss_rate": 0.0, "lqi": 1.62394, "mode": "full", "smoothed_etx": 1.0, "smoothed_loss": 0.0, "srtt_ms": 62.394 }, "node_addr": "00dc7a5def9255b47f79a701993d8ecf", "npub": "npub1qmc3cvfz0yu2hx96nq3gp55zdan2qclealn7xshgr448d3nh6lks7zel98", "stats": { "bytes_recv": 113573, "bytes_sent": 112410, "packets_recv": 1220, "packets_sent": 1217 }, "transport_addr": "217.77.8.91:2121", "transport_type": "udp", "tree_depth": 0 } ] }
0000 sats