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. |
| 69 | psy@r3m0t3h0st ~/test $ git clone git://git.dyne.org/synapse.git |
| 70 | Cloning into synapse... |
| 71 | remote: Counting objects: 3179, done. |
| 72 | remote: Compressing objects: 100% (1498/1498), done. |
| 73 | remote: Total 3179 (delta 2272), reused 2281 (delta 1647) |
| 74 | Receiving objects: 100% (3179/3179), 1.70 MiB | 923 KiB/s, done. |
| 75 | Resolving deltas: 100% (2272/2272), done. |
| 76 | |
| 77 | |
87 | | psy@r3m0t3h0st ~/test/synapse $ ./synapse modules/test.module/libtest.so |
| 92 | psy@r3m0t3h0st ~/test/synapse $ ./synapse modules/paper.module/libpaper.so |
| 93 | psy@psylaptop:~/synapse$ ./synapse modules/paper.module/libpaper.so |
| 94 | 0xf78540 INFO: Loading config file etc/synapse/userman.conf |
| 95 | 0xf78540 INFO: Loading module core from: modules/core.module/libcore.so |
| 96 | 0xf78540 INFO: Module loading of core complete. |
| 97 | 0xf78540 INFO: Synapse core v1.0 starting up... |
| 98 | 0xf78540 SEND module_Init FROM 1:core@core TO broadcast (1:core@core ) (empty) |
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) |