Server Socket API

Posted on
Mon Aug 20, 2012 9:06 pm
matt (support) offline
Site Admin
User avatar
Posts: 21426
Joined: Jan 27, 2003
Location: Texas

Re: Server Socket API

Yes, I believe in the above example it sets it to false (that is, the value is 'false').

Image

Posted on
Mon Aug 20, 2012 9:09 pm
mreyn2005 offline
User avatar
Posts: 161
Joined: Oct 06, 2006

Re: Server Socket API

That seemed to work :mrgreen:

Posted on
Sat Sep 22, 2012 1:00 pm
mreyn2005 offline
User avatar
Posts: 161
Joined: Oct 06, 2006

Re: Server Socket API

The source for as3Indigo and as3Indigo_explorer are available at the following github url:
https://github.com/mountainlabs

I still need to create a build file for the two projects, but the basics are there. If you're a developer-type, you just need to add the as3Indigo library to the as3Indigo_explorer project and run the as3Indigo_explorer project (its an AIR application). I created these projects using IntellIj 11, so there is an iml file in the repo as well.

I have excluded any knowledge of control pages in this API, as this library is meant to replace them with custom flex user interfaces.
I have implemented the majority of the Socket API.
I have implemented the read portion of the RESTful API (can read objects from the server), but not the write (can't send commands to the server).
I will keep picking away at it when I have time. Let me know if you're interested in contributing!

Cheers!
Matt

Posted on
Sat Nov 10, 2012 1:46 pm
mreyn2005 offline
User avatar
Posts: 161
Joined: Oct 06, 2006

Re: Server Socket API

I moved these open-source projects to my personal account on github:

https://github.com/msreynolds/

I found out that on GitHub, if you pay for Organizational repositories, even public repo's count against your Org's repo limit :-( Boo.

Matt

Posted on
Fri Jan 25, 2013 8:21 am
mreyn2005 offline
User avatar
Posts: 161
Joined: Oct 06, 2006

Re: Server Socket API

Matt can you tell me which auth method the restful server implementation is expecting? BASIC or DIGEST? I can't seem to get BASIC calls to work from the ruby gem I am using for making auth'ed RESTful calls (for the SiriProxy work). So my plan was to get the as3Indigo restful auth working, so I can prove out the auth in the language I am most familiar with. I was also unable to get a BASIC call working with the WizTools.org RestClient. Any pointers about the REST auth method would be appreciated!

Thanks,
Matt

Posted on
Fri Jan 25, 2013 1:25 pm
matt (support) offline
Site Admin
User avatar
Posts: 21426
Joined: Jan 27, 2003
Location: Texas

Re: Server Socket API

All of the Web server URLs (including RESTful) use digest authentication.

You can switch it over to use basic authentication but note that will be for the entire site.

Image

Posted on
Sat Jan 26, 2013 10:09 am
mreyn2005 offline
User avatar
Posts: 161
Joined: Oct 06, 2006

Re: Server Socket API

Thanks! Sorry, I should have found this when I searched.

Matt

Posted on
Sat Jan 26, 2013 11:10 am
matt (support) offline
Site Admin
User avatar
Posts: 21426
Joined: Jan 27, 2003
Location: Texas

Re: Server Socket API

No problem -- the forum search isn't the best...

Image

Who is online

Users browsing this forum: No registered users and 1 guest