First draft of the Nitos federation with SFA
authorMohamed Larabi <mohamed.larabi@inria.fr>
Fri, 31 Aug 2012 14:05:42 +0000 (16:05 +0200)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Mon, 17 Sep 2012 12:13:37 +0000 (14:13 +0200)
commitf389b65789446d40a976cfd01b0fe1d0cf1487c9
tree97cc737f225f7ce92ef58336d44ff190acd01500
parent76a269d7e996714e353914615636f6aa7612b0f6
First draft of the Nitos federation with SFA
18 files changed:
sfa/generic/nitos.py [new file with mode: 0644]
sfa/importer/nitosimporter.py [new file with mode: 0644]
sfa/nitos/__init__.py [new file with mode: 0644]
sfa/nitos/nitosaggregate.py [new file with mode: 0644]
sfa/nitos/nitosdriver.py [new file with mode: 0644]
sfa/nitos/nitosshell.py [new file with mode: 0644]
sfa/nitos/nitosslices.py [new file with mode: 0644]
sfa/nitos/nitosxrn.py [new file with mode: 0644]
sfa/rspecs/elements/channel.py [new file with mode: 0644]
sfa/rspecs/elements/position_3d.py [new file with mode: 0644]
sfa/rspecs/elements/spectrum.py [new file with mode: 0644]
sfa/rspecs/elements/versions/nitosv1Channel.py [new file with mode: 0644]
sfa/rspecs/elements/versions/nitosv1Lease.py [new file with mode: 0644]
sfa/rspecs/elements/versions/nitosv1Node.py [new file with mode: 0644]
sfa/rspecs/elements/versions/nitosv1PLTag.py [new file with mode: 0644]
sfa/rspecs/elements/versions/nitosv1Sliver.py [new file with mode: 0644]
sfa/rspecs/rspec_elements.py
sfa/rspecs/versions/nitosv1.py [new file with mode: 0644]