# Où trouver le projet * https://git.p2p.legal/axiom-team/astrXbian * https://oasis.astroport.com * https://colibris-wiki.org/astroport # Liens annexes * monnaie-libre: https://opencollective.com/monnaie-libre * matériel libre: https://beaglev.seeed.cc/ * chat libre avec permaliens: https://element.io qui s'appuie sur le reseau https://matrix.org * chat libre avec hash tag: https://zulip.com/hello/ * peertube projet?: https://tube.p2p.legal * Odysee/LBRY prépare le live * streaming centralisé de streaming: ** https://flote.app/ ** https://dlive.tv/ # Contributeurs * Email de fred: support@qo-op.com (principal contributeur) * contributeur Hayssam: https://t.me/hayssamhoballah # jaklis : commandes de messaging / like ``` ## GET ALERT MESSAGES ~/.zen/astrXbian/zen/jaklis/jaklis.py -k ~/.zen/secret.dunikey -n "https://data.gchange.fr" read -n300 -j | jq -r --arg friendKEY "$G1PUB" '.[] | select(.pubkey == $friendKEY)' | jq 'select(.title == "ALERT")' | jq -r '.id' ## SEND MONITORING MESSAGE TO onelove ~/.zen/astrXbian/zen/jaklis/jaklis.py -k ~/.zen/secret.dunikey -n "https://data.gchange.fr" send -d "Ee1n3hDv9vunfd6m3LW6XeYg7bnt5aaRn9EjqnBe8GNS" -t "MONITORING" -f ~/.zen/A_my_swarm.txt ## LINKING ME PEOPLE ~/.zen/astrXbian/zen/jaklis/jaklis.py -k ~/.zen/secret.dunikey -n "https://data.gchange.fr" stars | jq -r '.likes[].issuer' ``` # EXEMPLES DE COMMANDES BALISES ``` ## CHECK SWARM STATIONS TIMESTAMPS for g1id in $(ls ~/.zen/ipfs/.$IPFSNODEID/FRIENDS); do echo $g1id; [[ "$g1id" == "index.html" ]] && continue; ipfsnodeid=$(~/.zen/astrXbian/zen/tools/g1_to_ipfs.py $g1id); ts=$(ipfs --timeout=10s cat /ipns/$ipfsnodeid/.$ipfsnodeid/.timestamp); echo $(date -ud @$ts); done for ts in $(cat ~/.zen/ipfs_swarm/.*/.timestamp); do echo $(date -ud @$ts); done ```