I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Apr 14, 2004
  2. Apr 13, 2004
    • aum's avatar
      Fixed build.xml to detect os, and launch 'jythonc' or 'jythonc.bat' · 4cdd42f3
      aum authored and zzz's avatar zzz committed
      according to whether we're running on *nix or windoze. build.xml
      should now work on your platform, as long as you have jython installed
      and jython is on your execution path.
      
      Got SAM STREAMs working - test code added to i2psamclient.py
      as function demoSTREAM()
      4cdd42f3
    • human's avatar
      SAM bridge integration in the I2P build & packaging system · 4d0b3b28
      human authored and zzz's avatar zzz committed
      (human)
      4d0b3b28
    • human's avatar
      Pure-java implementation of the SAM bridge. It actually supports the · 0d7f7847
      human authored and zzz's avatar zzz committed
      HELLO, DEST and NAMING commands, plus SESSIONs with STYLE=RAW. It works with
      aum's client-side Python library (modulo a small change in the HELLO command,
      required to allow protocol versioning, not yet implemented in the client lib).
      (human)
      0d7f7847
    • human's avatar
      Made logs actually go through I2P logging system · 66ad54fb
      human authored and zzz's avatar zzz committed
      (human)
      66ad54fb
    • jrandom's avatar
      the heartbeat engine and gui are good 'nuff for now · 33782859
      jrandom authored and zzz's avatar zzz committed
      (while i want to spend another few days on it, there
      are more pressing things and this will meet my needs
      for testnet).  the engine works as before, and the
      gui now actually plots out and follows the chart over time.
      The gui does have a lot of things left to be done before
      it can be adopted by joe sixpack -
       * load/store the URLs being monitored so you don't
         have to reenter them on each startup
       * clear out the x axis on refetch (now it just keeps
         growing, which is good and bad)
       * adjustable refresh rate
       * implement snapshots (saving all the current state
         files to a dir, and allowing that dir to be loaded
         all at once)
       * beautification (override the colors, etc)
      the net.i2p.heartbeat.** code is all public domain, BUT
      net.i2p.heartbeat.gui.JFreeChart* classes depend on the
      LGPL'ed jfreechart code, which in turn depends on apache
      licensed code (log4j).  for the time being, this code
      doesn't include the jfreechart code (and dependencies),
      but the ant task in apps/heartbeat/java 'fetchJfreechart'
      downloads it and places it under apps/heartbeat/java/lib,
      after which you can build the GUI by running the ant task
      'buildGUI' (buildGUI / etc are NOT in the standard build
      process).
      once we figure out all the details to comply with the
      requirements of log4j's license we'll do so.  but for now,
      the above works.
      33782859
  3. Apr 12, 2004
  4. Apr 11, 2004
    • aum's avatar
      Tested build process on windows. · a7597b2a
      aum authored and zzz's avatar zzz committed
      Updated README, and fixed build.bat, so windows build
      of i2psam.jar works.
      a7597b2a
    • aum's avatar
      Corrected Makefile: · 22916c19
      aum authored and zzz's avatar zzz committed
       - removed relative path for jython.jar, replaced with a def
         which developer must edit
      
      Added README
       - overviews the i2psam.jar building process
      
      Added build.bat
       - an attempt at a build script which might work on Windows, for people
         who don't have 'make' installed
      22916c19
  5. Apr 10, 2004
Loading