Changes between Version 26 and Version 27 of projects/synapse


Ignore:
Timestamp:
01/13/11 22:46:12 (13 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse

    v26 v27  
    6464== Download ==
    6565
    66 Note: The code is also syncronised with git on http://code.dyne.org/ .
    6766
    6867Download:
    6968{{{
    70 psy@r3m0t3h0st ~/test $ svn co --username=anonymous --password=anonymous http://open.syn3.nl/syn3/svndav/default/trunk/projects/synapse
    71 ...
    72 Checked out revision 311.
     69psy@r3m0t3h0st ~/test $ git clone git://git.dyne.org/synapse.git
     70Cloning into synapse...
     71remote: Counting objects: 3179, done.
     72remote: Compressing objects: 100% (1498/1498), done.
     73remote: Total 3179 (delta 2272), reused 2281 (delta 1647)
     74Receiving objects: 100% (3179/3179), 1.70 MiB | 923 KiB/s, done.
     75Resolving deltas: 100% (2272/2272), done.
     76
     77
    7378}}}
    7479
     
    8388}}}
    8489
    85 Run test module:
     90Run paper module:
    8691{{{
    87 psy@r3m0t3h0st ~/test/synapse $ ./synapse modules/test.module/libtest.so
     92psy@r3m0t3h0st ~/test/synapse $ ./synapse modules/paper.module/libpaper.so
     93psy@psylaptop:~/synapse$ ./synapse modules/paper.module/libpaper.so
     940xf78540 INFO: Loading config file etc/synapse/userman.conf
     950xf78540 INFO: Loading module core from: modules/core.module/libcore.so
     960xf78540 INFO: Module loading of core complete.
     970xf78540 INFO: Synapse core v1.0 starting up...
     980xf78540 SEND module_Init FROM 1:core@core TO broadcast (1:core@core ) (empty)
    8899...
    89100}}}
    90101
    91102
    92  * Connect to http://localhost:10080/debug.html to see some stuff. Login with admin/bs.
    93  * Login from a second browser window, and move the slider. The slider of the other window should also move with it realtime.
    94  * Use Firebug or Chromium development mode to see the events between the server and browser. (might require are fresh)
     103 * Connect to http://localhost:10080/paper/index.html to see some stuff.
     104 * Debug page: http://localhost:10080/synapse/debug.html.
     105 * Status page: http://localhost:10080/synapse/status.html.
     106 * Login from a second browser to the paper and see the magic.
     107 * Use Firebug or Chromium development mode to see the events between the server and browser. (add &synapse_debug in the url)
    95108
    96109