You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ Please see the full documentation of this example application in [this article](
12
12
13
13
*Note:* The news message is in UTF-8 JSON string format. Some news messages that contain special Unicode character may not be able to show in Windows OS console (cmd, git bash, powershell, etc) due to the OS limitation. Those messages will be print as ```UnicodeEncodeError exception. Cannot decode Unicode character``` message in a console instead.
14
14
15
-
16
-
**Update (As of December 2021)**: The example now supports the Refinitiv Real-Time -- Optimized (RTO - formerly known as ERT in Cloud) connection. You do not need to switch to the [ERT-in-Cloud](https://github.com/Refinitiv-API-Samples/Example.WebSocketAPI.Python.MRN/tree/ERT-in-Cloud) branch anymore.
15
+
**Update (As of December 2021)**: The Main/Master branch now supports the Refinitiv Real-Time -- Optimized (RTO - formerly known as ERT in Cloud) connection. You do not need to switch to the [ERT-in-Cloud](https://github.com/Refinitiv-API-Samples/Example.WebSocketAPI.Python.MRN/tree/ERT-in-Cloud) branch anymore.
17
16
* The RTO console example: Please check my colleague's [Refinitiv-API-Samples/Example.WebSocketAPI.Python.MRN.RTO](https://github.com/Refinitiv-API-Samples/Example.WebSocketAPI.Python.MRN.RTO) GitHub Repository.
18
17
* The RTO notebook example: mrn_notebook_app_rto.ipynb notebook file.
19
18
- Special thanks to Neeranat Junsuriyawong from the Solutions Consultant team for the contribution to this RTO notebook example.
@@ -171,15 +170,15 @@ Please check my colleague's [Refinitiv-API-Samples/Example.WebSocketAPI.Python.M
171
170
Alternatively, the *mrn_trna_console_rto.py* example of the [Refinitiv-API-Samples/Example.WebSocketAPI.Python.TRNA](https://github.com/Refinitiv-API-Samples/Example.WebSocketAPI.Python.TRNA) project also supports the MRN consumer with RTO, but it subscribes to ```MRN_TRNA``` RIC code from the RTO by default.
172
171
173
172
174
-
### Docker example
173
+
### <aid="rtds_console_docker"></a>Bonus: RTDS console Docker example
175
174
1. Go to the project folder in the console
176
175
2. Run ```$> docker build -t <project tag name> .``` command in a console to build an image from a Dockerfile.
177
176
```
178
177
$> docker build -t rtsdk_ws_mrn_python .
179
178
```
180
179
3. Once the build is a success, you can create and run the container with the following command
181
180
```
182
-
$> docker run --name mrn_console -it rtsdk_ws_mrn_python --hostname Real-Time Advanced Distribution Server IP Address/Hostname> --port <WebSocket Port> --ric <MRN RIC name>
181
+
$> docker run --name mrn_console -it rtsdk_ws_mrn_python --hostname <Real-Time Advanced Distribution Server IP Address/Hostname> --port <WebSocket Port> --ric <MRN RIC name>
183
182
```
184
183
4. If you want to connect the Docker container to a localhost, please use ```host.docker.internal``` as the Host name.
0 commit comments