10 Commits

Author SHA1 Message Date
Daniel López Azaña
68f73131aa ♻️ (ls_client.rs): refactor connect method to check server_address before connecting
 (main.rs): rename subscription to my_subscription for clarity
 (main.rs): move subscription setup before client creation
 (main.rs): add client.subscribe and client.connect calls to main function
2024-03-28 20:55:23 +01:00
Daniel López Azaña
5c80b291fc (lib.rs): introduce ls_client module as a cleaner naming convention
 (ls_client.rs): add `LightstreamerClient` struct and associated methods for managing communication with Lightstreamer Server
 (main.rs): update imports to use new `ls_client` module and add data adapter and snapshot configuration to subscription
♻️ (lib.rs): refactor `lightstreamer_client` to `ls_client` for consistency with new module name
📝 (ls_client.rs): add comprehensive documentation for `LightstreamerClient` and its methods

 (subscription.rs): add Snapshot enum to define snapshot delivery preferences
♻️ (subscription.rs): refactor requested_snapshot to use Snapshot enum for clarity
💡 (subscription.rs): update comments to reflect changes in snapshot handling
2024-03-28 20:21:52 +01:00
Daniel López Azaña
e1c0e90581 (client_listener.rs): Implement Debug trait for ClientListener for better logging
♻️ (connection_details.rs): Refactor ConnectionDetails to use Option for optional fields
♻️ (connection_details.rs): Change new constructor to accept &str and convert to String
 (connection_details.rs): Implement Debug trait for ConnectionDetails
♻️ (connection_options.rs): Implement Debug trait for ConnectionOptions
♻️ (lightstreamer_client.rs): Refactor LightstreamerClient to use Option for server_address and adapter_set
 (lightstreamer_client.rs): Implement Debug trait for LightstreamerClient
♻️ (main.rs): Update subscribe_to_channel function to use new control.txt URL and parameters
♻️ (main.rs): Update main function to use Option<&str> when creating LightstreamerClient
 (proxy.rs): Add Proxy struct and ProxyType enum to handle proxy configurations
2024-03-28 19:19:46 +01:00
daniloaz
b4e12fd116 Unstable commit, won't compile. 2024-03-24 21:47:33 +01:00
daniloaz
7e1eb27a06 Created structure and scaffolding for the Lightstreamer client. 2024-03-24 20:39:43 +01:00
daniloaz
dfd6b4a2b7 🔧 (Cargo.toml): Update license identifier from 'GPL 3.0' to 'GPL-3.0-only' for better SPDX compliance 2024-03-23 13:34:01 +01:00
daniloaz
cd3ffbf75a Added function to subscribe to channel on Lightstreamer server and started using tokio for multithreading. 2024-02-18 12:57:11 +01:00
daniloaz
3cf9cf9ecd Add persistent HTTP connection with session ID sharing 2024-02-16 21:30:20 +01:00
daniloaz
57ec093188 Add initial Cargo.toml for Lightstreamer client 2024-02-16 21:29:54 +01:00
daniloaz
835ea30adb
Initial commit 2024-02-16 21:13:43 +01:00