Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ardisdk:python_live_data_api [2024/09/25 02:55]
optrix
ardisdk:python_live_data_api [2024/09/25 03:02] (current)
optrix
Line 29: Line 29:
 This is a quick breakdown of how the above example operates. This is a quick breakdown of how the above example operates.
  
-1) Create an **ARDICore** object and connect it to the ARDI server.+1) Create an **Server** object and connect it to the ARDI server.
  
 <code> <code>
Line 39: Line 39:
 This loads all of the settings of your ARDI server, including the location of the consolidator. This loads all of the settings of your ARDI server, including the location of the consolidator.
  
-2) Create an **ARDISubscription** for live data, passing the ARDICore we just created.+2) Create an **Session** for live data, passing the Server we just created.
  
 <code> <code>