Skip to content

Commit 15621e0

Browse files
committed
Updated docs
1 parent b182d64 commit 15621e0

3 files changed

Lines changed: 10 additions & 13 deletions

File tree

File renamed without changes.

QUICKSTART.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ To enable web support, ensure your `client.js` file includes these modifications
5656
const EventQuery = root.DBMessaging.Protobuf.EventQuery;
5757
```
5858

59-
3. **Expose the Client Globally:**
60-
At the end of your `client.js`, attach the client API to the global window:
61-
```js
62-
cdplogger.Client = Client;
63-
window.cdplogger = cdplogger;
64-
```
65-
This ensures that when `client.js` is loaded in a browser, the `cdplogger` object (and its `Client` class) is available globally.
66-
6759
*Make sure these modifications are only applied for the browser version of your client module.*
6860

6961
## Usage

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# CDP Logger Client
22

3-
A JavaScript client for interacting with CDP Logger or LogServer via WebSocket. This client allows you to:
4-
- Connect to a CDP Logger or LogServer
3+
# CDP Logger Client
4+
5+
A JavaScript client for reading historic data from systems created with the CDP Studio development platform.
6+
For more information about CDP Studio, see https://cdpstudio.com/.
7+
For more information about CDP Logger, see https://cdpstudio.com/manual/cdp/cdplogger/cdplogger-index.html.
8+
9+
This client allows you to:
10+
- Connect to a CDP Logger or LogServer component
511
- Request logged nodes and their metadata
612
- Retrieve data points for specific nodes
713
- Query events from the logger
@@ -52,10 +58,9 @@ client.requestLoggedNodes().then(nodes => {
5258
</script>
5359
```
5460

55-
## Resources
61+
## Contact
5662

57-
For more information about CDP Studio see https://cdpstudio.com/.
58-
Contact: support@cdptech.com
63+
Email: support@cdptech.com
5964

6065
## License
6166

0 commit comments

Comments
 (0)