Changes between Version 6 and Version 7 of BluePrint/CAPBroker


Ignore:
Timestamp:
06/05/13 15:24:39 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/CAPBroker

    v6 v7  
    11= !BluePrint: CAPBroker =
    22[[TOC]]
     3
     4== Current Status ==
     5UserGuidelines/Alerts
    36
    47== Introduction ==
     
    5255
    5356== Implementation ==
    54 * GSoC project: wiki:GSOC2012/CAPBroker
    55 * Current development branch: http://github.com/shashi/eden/tree/cap
    56 * Demo instance: http://106.187.91.158:8000/
     57* GSoC 2012 project: [wiki:Event/2012/GSoC/CAPBroker]
    5758
    5859== References ==
    5960* [http://docs.oasis-open.org/emergency/cap/v1.2/CAP-v1.2-os.pdf CAP 1.2 Specification]
    6061
     62== Notes ==
     63Common Alerting Protocol:
     64
     65''Originating CAP alerts is one need, receiving them and using them to actuate alerting systems, be they SMS drivers or sirens or whatever is another.  Another is a message broker that can interoperate with the commercial boxes.  Authentication systems are also a factor, especially where cross-jurisdictional reciprocity is required''
     66
     67''Ideally the CAP XML should be signed end-to-end, especially in a federated system where there's more than one authority running servers/aggregators.  Our current implementations sign the alerts at the originating server, so they're at least traceable to the source server but not necessarily the individual operator.  Current servers check integrity when they get a message from another server, but there isn't a regional PKI.''
     68
     69 * http://docs.oasis-open.org/emergency/cap/v1.2/CAP-v1.2.html
     70  * Use an XSLT
     71 * Subset of EDXL-DE: http://docs.oasis-open.org/emergency/edxl-de/v1.0/EDXL-DE_Spec_v1.0.pdf
     72  * Use another XSLT
     73  * http://code.google.com/p/pyedxl/source/browse/trunk/edxl/edxl.py
     74  * http://edxlsharp.codeplex.com
     75  * SQL schema: http://wiki.sahanafoundation.org/doku.php/wiki:user:edxl_discussion#proposed_sahana_edxl-de_database_implementation
     76 * http://talksahana.com/2009/03/04/firefox-browser-cap-alerting-plugin-sahana-idea-for-gsoc2009/
     77 * Sahana CAP/EDXL Broker specification - http://lirneasia.net/wp-content/uploads/2009/05/Sahana-CAP-Msg-Mod-v0.2.pdf
     78
     79==== Wireframe (ported to eden) ====
     80* The wireframe built using Python and Eden frameworks.[[https://github.com/Nostraa/eden/tree/CAPBroker | The code is here]]. Anyone can use this as the basis to continue the CAP Broker developments.
     81* [[http://eden.sahanafoundation.org/ticket/1026 | This ticket]] contains some of the screen shots and initial GUI layouts with some descriptions.
    6182
    6283----