Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
07/27/21 10:43:24 (3 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
     1[[PageOutline]]
    12
    2 == Welcome to GeniusWebPython
     3= GeniusWebPython =
    34
    4 THIS PAGE IS UNDER CONSTRUCTION. DO NOT USE OR COPY CONTENTS. CONTENTS WILL CHANGE WITHOUT NOTICE. CODE MAY CAUSE CRASHES AND DATA LOSS.
     5''GeniusWeb'' is an open architecture for negotiation via the internet. The core of the architecture is a JSON based communication protocol that standardizes the communication messages comprising a negotiation.
     6
     7This project contains a python-based implementation of GeniusWeb. It allows easy (de)serialization of many data structures needed for negotiation in GeniusWeb. Some data structures have not yet been implemented in GeniusWebPython, this will be done as needed. A full reference implementation is available [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb here]
     8
     9== GeniusWeb sources
     10
     11=== Downloading source code
     12
     13 You can browse the GeniusWeb core sources directly using the browse button at the right top of this page.
     14
     15You can download the source code of this component using
    516
    617{{{
    718svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWebPython
    819}}}
     20
     21Normal developers that write new parties do not need to install the GeniusWeb source code. Even if you want to debug/trace into the GeniusWeb code -- for instance for debugging or understanding the inner workings of geniusWeb--, IDEs like Eclipse automatically allow this as the pip-installed libraries contain sources.
     22