Package net.i2p.router.networkdb.reseed

Fetching, validation, unpacking, and installation of RouterInfos from signed su3 files, unsigned zip files, and web indexes. Supports loading from clearnet via HTTP and HTTPS, and from local files. Automatic reseeding on first install and when references fall below a minimum value. Support for user-initiated reseeds and status feedback via the router console.

  • Class Summary 
    Class Description
    ReseedBundler
    Copy a random selection of 'count' router infos from configDir/netDb to 'toDir'.
    ReseedChecker
    Moved from RouterConsoleRunner.java Reseeding is not strictly a router function, it used to be in the routerconsole app, but this made it impossible to bootstrap an embedded router lacking a routerconsole, in iMule or android for example, without additional modifications.
    Reseeder
    Moved from ReseedHandler in routerconsole.