i want to use ipad as a console connected to KDB+ running on anotherwindows xp machine. How to do that ? ( which suitable IOS applicationand the setting of server and client?)
how about a remote console tool e.g. ssh
Just need to jail break your apple device… Unless someone knows a less invasive method.
There are plenty of ssh clients on the app store
Kdb+ supports a web interface by default. Point Safari over to your kdb host/port and manipulate the URL. If you want you can even write a small web page to type queries into and show their results via a call to kdb+. Simple HTML+js.
I am using VNC viewer to copy the remote machine’s desktop to ipad, itworks but basicly, that is nothing to do with KDB. I am dreaming ofusing ISSH to directly communicate with KDB+'s port ( for example:192.168.0.2:5001), and using ISSH as a KDB+ console directly. Is theresomeone has a detail setting for both ISSH and KDB+ ? Or Kx has anyplan to develop some app for apple IOS platform?On Apr 4, 10:22?am, Tim Rieder <trie…> wrote:> Kdb+ supports a web interface by default. Point Safari over to your kdb> host/port and manipulate the URL. If you want you can even write a small> web page to type queries into and show their results via a call to kdb+.> Simple HTML+js.>> On Mon, Apr 2, 2012 at 6:34 PM, Charles Skelton (Kx) <char…> wrote:>>>> > There are plenty of ssh clients on the app store>> > On Apr 3, 2012, at 12:28 AM, Jack Andrews <effb…> wrote:>> > Just need to jail break your apple device… Unless someone knows a less> > invasive method.>> > On 03/04/2012, at 2:32 AM, Charles Skelton < <char…>> > char...@kx.com> wrote:>> > how about a remote console tool e.g. ssh>> > On Sun, Apr 1, 2012 at 2:58 PM, bigbug < <matlab…>> > matlab...@gmail.com> wrote:>> >> i want to use ipad as a console connected to KDB+ running on another> >> windows xp machine. How to do that ? ( which suitable IOS application> >> and the setting of server and client?)>> > ?–> >
Submitted via Google Groups</matlab…></char…></effb…></char…></trie…>
What are you trying to do? Process admin? Development? Reports? Data entry?
You could perhaps combine issh with http://www.gnu.org/software/screen if you want full terminal access to a kdb+ console.
I don’t think we have any ios apps in mind, but may be open to a driver a la c.java/c.cs/etc.
thanks
Just remote access my KDB+ to develop some script. Thanks.On Apr 4, 5:51?pm, Charles Skelton <char…> wrote:> What are you trying to do? Process admin? Development? Reports? Data entry?>> You could perhaps combine issh withhttp://www.gnu.org/software/screenif> you want full terminal access to a kdb+ console.>> I don’t think we have any ios apps in mind, but may be open to a driver a> la c.java/c.cs/etc.>> thanks>>>> On Wed, Apr 4, 2012 at 11:22 AM, bigbug <matlab…> wrote:> > I am using VNC viewer to copy the remote machine’s desktop to ipad, it> > works but basicly, that is nothing to do with KDB. I am dreaming of> > using ISSH to directly communicate with KDB+'s port ( for example:> >192.168.0.2:5001), and using ISSH as a KDB+ console directly. Is there> > someone has a detail setting for both ISSH and KDB+ ? Or Kx has any> > plan to develop some app for apple IOS platform?>> > On Apr 4, 10:22 am, Tim Rieder <trie…> wrote:> > > Kdb+ supports a web interface by default. Point Safari over to your kdb> > > host/port and manipulate the URL. If you want you can even write a small> > > web page to type queries into and show their results via a call to kdb+.> > > Simple HTML+js.>> > > On Mon, Apr 2, 2012 at 6:34 PM, Charles Skelton (Kx) <char…>> > wrote:>> > > > There are plenty of ssh clients on the app store>> > > > On Apr 3, 2012, at 12:28 AM, Jack Andrews <effb…> wrote:>> > > > Just need to jail break your apple device… Unless someone knows a> > less> > > > invasive method.>> > > > On 03/04/2012, at 2:32 AM, Charles Skelton < <char…>> > > > char...@kx.com> wrote:>> > > > how about a remote console tool e.g. ssh>> > > > On Sun, Apr 1, 2012 at 2:58 PM, bigbug < <matlab…>> > > > matlab...@gmail.com> wrote:>> > > >> i want to use ipad as a console connected to KDB+ running on another> > > >> windows xp machine. How to do that ? ( which suitable IOS application> > > >> and the setting of server and client?)>> > > > ?–> > > > You received this message because you are subscribed to the Google> > Groups> > > > “Kdb+ Personal Developers” group.> > > > To post to this group, send email to <> > personal-kdbplus@googlegroups.com>> > > > personal-kdbplus@googlegroups.com.> > > > To unsubscribe from this group, send email to> > > > > > > > personal-kdbplus+unsubscribe@googlegroups.com.> > > > For more options, visit this group at> > > > http:> > > >http://groups.google.com/group/personal-kdbplus?hl=en.>> > > > ?–> > > > You received this message because you are subscribed to the Google> > Groups> > > > “Kdb+ Personal Developers” group.> > > > To post to this group, send email to personal-kdbplus@googlegroups.com> > .> > > > To unsubscribe from this group, send email to> > > > personal-kdbplus+unsubscribe@googlegroups.com.> > > > For more options, visit this group at> > > >http://groups.google.com/group/personal-kdbplus?hl=en.>> > > > ?–> > > > You received this message because you are subscribed to the Google> > Groups> > > > “Kdb+ Personal Developers” group.> > > > To post to this group, send email to personal-kdbplus@googlegroups.com> > .> > > > To unsubscribe from this group, send email to> > > > personal-kdbplus+unsubscribe@googlegroups.com.> > > > For more options, visit this group at> > > >http://groups.google.com/group/personal-kdbplus?hl=en.>> > –> >
Submitted via Google Groups</http:></matlab…></char…></effb…></char…></trie…></matlab…></char…>
ok. Personally, I would use ssh (not vnc, i.e. run an ssh daemon on your server) and run kdb+ in that console.
Or run an editor with ftp capabilities on ipad, and use http to reload the ftp’d script into kdb+.
+1 for Tim’s comment about html/js