Add OMF Classes using XMPP and Protocol 5.4
authorJulien Tribino <julien.tribino@inria.fr>
Tue, 26 Mar 2013 09:16:32 +0000 (10:16 +0100)
committerJulien Tribino <julien.tribino@inria.fr>
Tue, 26 Mar 2013 09:16:32 +0000 (10:16 +0100)
commitc54dadfd927979b7f27e2581a1603ec28d6d9146
tree10a5c3d9fd4e42e3664f8a405f76aa0fbead7f2c
parente9f78f8353f99a7572197882dd8fc864c7569c4c
Add OMF Classes using XMPP and Protocol 5.4
13 files changed:
src/neco/__init__.py
src/neco/execution/ec.py
src/neco/execution/resource.py
src/neco/resources/omf/omf_api.py [new file with mode: 0644]
src/neco/resources/omf/omf_application.py [new file with mode: 0644]
src/neco/resources/omf/omf_channel.py [new file with mode: 0644]
src/neco/resources/omf/omf_client.py [new file with mode: 0644]
src/neco/resources/omf/omf_interface.py [new file with mode: 0644]
src/neco/resources/omf/omf_messages_5_4.py [new file with mode: 0644]
src/neco/resources/omf/omf_node.py [new file with mode: 0644]
src/neco/resources/omf/xx_omf_resource.py [new file with mode: 0644]
test/execution/resource.py [changed mode: 0644->0755]
test/resources/omf/omf_vlc_exp.py [new file with mode: 0755]