webrockets icon indicating copy to clipboard operation
webrockets copied to clipboard

:no_entry: ARCHIVED :no_entry: Websocket client for R

Results 9 webrockets issues
Sort by recently updated
recently updated
newest added

Hi, Is there any trick to install the package on Win 10 Pro? I tried, but get compile errors on the easywsclient.cpp? Many thanks for your advice. Thorsten ``` install_github("ropenscilabs/webrockets")...

> con ERROR: Could not parse WebSocket url: wss://.../ > Error in ws_connect("wss://.../") : Invalid URL

```r require(webrockets) ws_connect('https://ws-api.iextrading.com/1.0') ``` ``` ERROR: Could not parse WebSocket url: https://ws-api.iextrading.com/1.0 *** Error in `/opt/R-3.4.1/bin/exec/R': free(): invalid pointer: 0x0bccef1c *** ======= Backtrace: ========= /lib/i386-linux-gnu/libc.so.6(+0x67377)[0xb6e27377] /lib/i386-linux-gnu/libc.so.6(+0x6d2f7)[0xb6e2d2f7] /lib/i386-linux-gnu/libc.so.6(+0x6dc31)[0xb6e2dc31] /usr/local/lib/libstdc++.so.6(_ZdlPv+0x18)[0xb534cd88] /home/isomorphismes/R/i686-pc-linux-gnu-library/3.4/webrockets/libs/webrockets.so(_Z24exception_to_r_conditionRKSt9exception+0x36b)[0xb1ac9ceb] /home/isomorphismes/R/i686-pc-linux-gnu-library/3.4/webrockets/libs/webrockets.so(webrockets_ws_connect+0x19d)[0xb1ac88dd]...

Hi I have a websocket server say wss.blahstock.com. it provides stock price data realtime but we need to subscribe to certain stocks. How do I subscribe to a given list...

@hrbrmstr Has a plan to do this and submit a pull to the easywsclient library.