tanszek:oktatas:iss_t:xml-rpc
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tanszek:oktatas:iss_t:xml-rpc [2026/03/16 09:31] – [Example: XML-RPC – Remote Task Manager] knehez | tanszek:oktatas:iss_t:xml-rpc [2026/03/16 09:32] (current) – [Server] knehez | ||
|---|---|---|---|
| Line 60: | Line 60: | ||
| ==== Server ==== | ==== Server ==== | ||
| - | Create an XML-RPC server in Python that manages a list of tasks. | + | Create an XML-RPC server in Python that manages a list of tasks. Each task should contain the following fields: |
| - | + | ||
| - | Each task should contain the following fields: | + | |
| * **id** – unique integer identifier | * **id** – unique integer identifier | ||
| Line 82: | Line 80: | ||
| ==== Client ==== | ==== Client ==== | ||
| - | Write a Python client that connects to the XML-RPC server and allows the user to interact with the task manager. | + | Write a Python client that connects to the XML-RPC server and allows the user to interact with the task manager. The client program should: |
| - | + | ||
| - | The client program should: | + | |
| * connect to the XML-RPC server | * connect to the XML-RPC server | ||
tanszek/oktatas/iss_t/xml-rpc.1773653485.txt.gz · Last modified: 2026/03/16 09:31 by knehez
