Skip to content
Snippets Groups Projects
Select Git revision
0 results

src

  • Clone with SSH
  • Clone with HTTPS
  • Sébastien Blin's avatar
    Sébastien Blin authored
    Make the proxy able to support the UnifiedPush platform, so that
    applications using the proxy server can use any UnifiedPush provider.
    
    Documentation: https://unifiedpush.org/
    
    How to test:
    + Install a UnifiedPush provider on a device (e.g. https://ntfy.sh)
    + Run dhtnode with a proxyserver and --unifiedpush https://ntfy.sh
    + Subscribe to a random topic on ntfy (e.g. "dhtproxytest")
    + Subscribe to a hash on the DHT:
        curl -X SUBSCRIBE http://my.dht.proxy:8000/key/foo \
             -d '{"key":"dhtproxytest", "platform":"unifiedpush"}'
    + Send data on the subscribed hash
    
    Note: the topic should be completely random.
    b9ccc968
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..