Uggla 3334c6eda5 Fix most of the comments reported in #22
- Except the ones related to path.
2016-02-15 18:12:28 +01:00

27 lines
614 B
ReStructuredText

========
Usage
========
Example using the mockup
------------------------
example/simple-simulator.py provide a simple library usage to interact with the
redfish mockup.
Example using a proliant
------------------------
example/simple-proliant.py provide a simple library usage to interact with a HP
proliant BL460C G9 server. However this example should work on any server supplier following redfish
standard.
redfish-client usage
--------------------
The client usage can be display using::
redfish-client.py -h
This is also available at http://pythonhosted.org/python-redfish/redfish-client.html .