• dd-wrt/openwrt support

    2 Open
    1 Closed

    dd-wrt would be a good platform to target for support, however there are a number of road blocks before this is even possible.

    At first, we can probably document installation instructions loosely along the lines of:

    
    # Should be persistent storage in all cases?
    mkdir -p /usr/local/bin && \
    mkdir -p /usr/local/etc/hyp && \
    wget <uri> -O /usr/local/bin/hypd && \
    chmod +x /usr/local/bin/hypd 
    
    # then you can generate the secret, finish setup, etc.
    
    hypd generate secret | tee /usr/local/etc/hyp/client1.secret