WebDAV client Library for iOS and Mac OS - ios

I would like to be able to access a WebDAV server from my iOS 7+ and Mac OS app. Does anyone know to a good and reliable library to support this?
I have been searching for a library quit a while now but so far I hadn't any success. Of course there are several threads about this topic (here on SO and elsewhere) but most of theme are quite out dated.
DZWebDAVClient looks quite promising. But it is based on an older version of AFNetworking has not been update for quite a while. I have not been able to find any working example and was not able to get a connection to my own WebDAV server.
The same is true for wtclient and ConnectionKit
Has someone used a WebDAV client library in production? Any recommendations what lib can be used or which one is not good?

Please look at GCDWebServer
it includes webdav library for MAC OSX and IOS

Related

Citrix Simulation API SDK with Citrix Receiver

I am trying to use the "Simulation API SDK" for a Citrix Session, to get information about the running processes in an AutoIt script.
The SDK documentation is available here:
https://www.citrix.de/community/receiver-ica-sdks.html
To use the API, the file WfIcaLib.dll is needed, which is placed at Programs/Citrix/ICA Client/WfIcaLib.dll
The modern "Citrix Receiver" has no such file and I couldn't find any way to install this SDK. The SDK itself still seems to be modern, even if the documentation is some years old.
Is there any way to use this SDK with the modern Citrix Receiver (version 4.4) or am I just wasting my time?
If this is not possible, is there any good alternative for this API, to get information about Citrix processes?
Thanks in advance.
The problem occured on a windows 10 machine with the newest Citrix receiver.
I installed the same Citrix receiver on a windows 7 machine and the dll file is available now.
Seems like it gets installed different/without the dll file on windows 10.

how to test and export iOS app made with LibGDX

much of the title already establishes what I need help with. The problem is that RoboVM is shutting down and no longer providing any service :( so I cant use it, nor can I find anything similar. Please help, thank you.
I'm using a mac, AndroidStudio, and I already have Xcode installed.
As stated on the oficial libgdx site there's a lot of alternatives like:
Mobile OpenJDK 9
J2ObjC
Avian
Xamarin + IKVM
Intel Multi-OS Engine
Tomski is writing the multi-os engine backend for a oficial release, if you need any help with it you could probably ask him personally on the #libgdx freenode irc channel.

Phonegap Websockets iOS 8

I'm working on a Phonegap app implementing websockets (as several other people have done on here) strictly for iOS but I cannot seem to get the call to run. I am aware that iOS now allows websockets, and several older solutions are out of date. Does anyone have a more recent tutorial or demonstration of websockets via phonegap for iOS?
I found there is no special implementation needed, and despite my best efforts there was actually an error with my javascript, and when editing in Phonegap be careful which files you are modifying, as Phonegap will keep copies for each platform as well as a master version

Node.JS Development on iOS?

I'm wondering if there is any chance to run Node.JS on iOS to develop as on desktop? I definitely realize I must have jailbroken iPad to install node or mongodb. The only I've found is good code editor Diet Coda with FTP/SSH support, but no more. How can I get node in "real" terminal on iPad, launching my .js files on certain port etc?
P.s. I'm not big fan of cloud9 'cause it's requires Internet connection and at this time supports only node 0.6
Found a so-so solution: connect to my server via ssh and develop my app in console. But it requires internet connection, that's not good.
A quick search reveals NodeJS on iOS.
The long story short is that I got NodeJS compiled on my jailbroken iPhone 4! It was a long quest to get it working properly but I've done the hard work and compiled a .deb file compatible with Cydia for your installing pleasure...
It's a year and a half old, so the article might be a little out of date, but it's definitely a good starting point. See also how to set up gcc if you need to do that on your iOS device.
Aside: If you're a rooted Android developer, you may be interested in anode.
I am working on an implementation of Node.js on non-jailbroken iOS devices.
http://www.youtube.com/watch?v=xzFH80-HYTo
It is not ready for a public consumption yet, but I am making a good progress and have a plan to open-source it soon.
You can use node.js on iOS without jailbreaking, and without violating any Apple
terms of service. LiquidCore is an open source project that enables node.js on both Android and iOS for deploying micro applications. iOS support is now available from version 0.5.0.
CodeSandbox for iOS works amazingly well, though it's not a console interface.
CodeSandbox for iOS offers a full-fledged development environment with all the tools you need to develop projects of any size. Create a sandbox to quickly prototype your ideas or work on a large codebase with CodeSandbox Projects: whatever your needs are we have you covered.
I've wondered how much work I could get in something like the IconFactory's WorldWideWeb. That company has been around a while, and WWW makes it easy to do work in a browser-hosted environment.
So CodeSandbox almost answers your question, and, if it disappears at some point, WorldWideWeb might be a fallback in a pinch.

Which is the websocket version used in node.js?

I am trying to connect to node.js websocket using unitt ios client. But it is failing continuously may be because I'm using a different client. Which is the websocket version used in node.js?
I've just updated my websocket library to be backwards compatible with hixie-76, which is used by iPhone / iPad / Safari / Opera.
See if that helps: https://github.com/einaros/ws
I have had luck with CocoaAsyncSocket. You can find the GitHub project here.
https://github.com/robbiehanson/CocoaAsyncSocket
Node.js can be used with Socket.io in which CocoaAsyncSockey can connect to.
I suggest updating your stack to use the iOS WebSocket library we just released. It's called SocketRocket. Caveat: it's still beta and untested in production.
It conforms to RFC 6455 which is the latest (and final) WebSocket standard. The Unitt client does not and is on an old standard which may be part of your issues you're having.
It also does not depend on CocoaAsyncSocket (or any other external dependencies). For me, this is a huge win because there are about half the number of places you can have bugs.
Very fast as well. A benchmark has shown it to perform better than a C++ (ASIO) WebSocket client.
I got it. I got a working socket.io client for IOS. You can download it from here http://minus.com/mbataWf5It#1 . I got this link from a youtube video http://www.youtube.com/watch?v=VCXKMVENW_o

Resources