... Yes. It works. Thank you very much. On Android, everything works now....
1373
pvbrowser
Jul 2, 2011 12:38 pm
... Done. See git repository. This option has been special to you, thus it is not a problem....
1374
ssormanni
Jul 2, 2011 3:24 pm
Hi all, Can somebody write two words as manual for installing PvBrowser on Android (Tablet)? Thanks a lot Stefano...
1375
pvbrowser
Jul 2, 2011 3:58 pm
... On the download page we write: ################################################################# Android pvbrowser client for Android (tested on Android...
1376
pvbrowser
Jul 4, 2011 6:46 pm
04-Jul-2011: pvbrowser 4.6.3 published. The pvservers now support allow and deny files for defining ranges of IP addresse allowed to connect. A Android client...
1377
landratte71
Jul 14, 2011 7:11 am
I'd like to use public/private key authentification, but it doesn't work in combination with putty. I'm using an entry as follows: ssh=C:\<path to putty.exe>...
1378
pvbrowser
Jul 14, 2011 8:25 am
This code sequence within pvbrowser calls ssh. In the Windows version opt.ssh will be equal to "c:\\path92;to\\putty.exe" ...
1379
landratte71
Jul 14, 2011 8:51 am
If I use quotes it's not working at all!...
1380
pvbrowser
Jul 14, 2011 9:12 am
... Please post your desired commandline string and Please post what you see from the printf() in the debug output With: qbuf.sprintf("%s -ssh -L %d:%s:%d...
... That is you need a interactive terminal where you can input the password ? That should not be a problem. In order to open such a terminal (DOS-Box) use a...
1383
landratte71
Jul 14, 2011 10:14 am
No I want to avoid the password question! I also have not passphrase for my keys!...
1384
pvbrowser
Jul 14, 2011 10:19 am
Oh, excuse me on Windows you must use % instead of $....
1385
pvbrowser
Jul 14, 2011 10:24 am
... I see. Sorry i currently do not know this either. But once you figured this out it should not be a problem. I will also search the internet for a solution....
Someone tried to implement xml-rpc in pvbrowser?...
1388
pvbrowser
Jul 20, 2011 5:57 am
... The pvbrowser protocol pv:// uses the TCP transport layer directly (telnet protocol). There no low level acknowledges are used, which is very important for...
1389
pvbrowser
Jul 20, 2011 6:36 am
... Per default a pvserver does not use Qt at all. Only the client does. But you can use Qt within a pvserver. All you need to do is remove the "CONFIG -= qt"...
1390
mur_en
Jul 22, 2011 1:32 am
My server crashed at this point, therefore char buf[80] should be changed in the following function of util.cpp: int pvQGroupBox(PARAM *p, int id, int parent,...
1391
pvbrowser
Jul 22, 2011 5:09 am
Thank you for the bug report I now extended the length of buf to MAX_PRINTF_LENGTH and first check the length of title. See git repository....
1392
mur_en
Jul 22, 2011 11:27 am
... Thank you. I have checked all sprintf in util.cpp. There could eventually happen the same with: pvQButtonGroup pvListViewSetOpen pvDisplayStr In most...
1393
pvbrowser
Jul 22, 2011 12:56 pm
Thank you also. I checked util.cpp and added pv_length_check when missing. The exit message from pvThreadExit is now printed to stderr instead of stdout. Thus...
1394
pvbrowser
Jul 22, 2011 1:19 pm
... You mean when it is run via xinetd when using USE_INETD ? I do not really know. It might go to /var/log/messages or the console 0 (type Ctrl-Alt-F1). But...
1395
mur_en
Jul 24, 2011 10:50 am
I want to run pvserver as daemon, which works nice except one thing: svg does not work. I guess the reason is in: int rlSvgAnimator::tcpsend(const char *buf,...
1396
ion ion
boomerion
Jul 25, 2011 6:59 am
Thanks.My interest is in RPC client example....
1397
pvbrowser
Jul 25, 2011 7:42 am
There is a problem with the path of rlsvgcat. It has been assumed to reside in /usr/local/bin/rlsvgcat but actually is in /usr/bin/rlsvgcat I fixed this within...
1398
mur_en
Jul 27, 2011 7:48 pm
... thank you, It works now....
1400
mur_en
Aug 9, 2011 2:20 am
Images are only shown if I start the non inetd of the pvserver before. The daemon version does not download the images, there are no image files in the temp...
1401
mur_en
Aug 9, 2011 2:42 am
staticlibs are not made by default by pvb/build.sh and also not with pvb/pvserver/makelibs.sh. calling the single command make -f pvsmt.mak staticlib yields a...
1402
pvbrowser
Aug 9, 2011 7:35 am
Up to now it was only intended to build shared libraries. But you are right that there might be reasons to link statically. In that case you can distribute...