Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- 07/27/21 11:28:11 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 7 7 ''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. 8 8 9 This 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]9 This project contains a python-based implementation of GeniusWeb core objects. 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] 10 10 11 11 == GeniusWeb sources