Duet Examples
joelw
Posts: 175
I plan to post a number of example projects. List may include:
Property file useage - done
WebService Client - done
SNMP get_next() - done
Google Search (SOAP) - done // Google just dropped new licenses in December for their SOAP API... oh well
I/O example code - done
Download file via HTTP to /user - done
Syslog - done
FTP Client (download/upload) - done
BZip2 - (download and unzip to /user) - done
Amazon Web Service Examples
RSS Reader
Sonos UPnP Control Point
1-Wire - pending my serial class framework
Database hosted on Netlinx
Servlet Example - Implementation not possible unless AMX provides developer a servlet license key.
Anyone interest in other examples?
Property file useage - done
WebService Client - done
SNMP get_next() - done
Google Search (SOAP) - done // Google just dropped new licenses in December for their SOAP API... oh well
I/O example code - done
Download file via HTTP to /user - done
Syslog - done
FTP Client (download/upload) - done
BZip2 - (download and unzip to /user) - done
Amazon Web Service Examples
RSS Reader
Sonos UPnP Control Point
1-Wire - pending my serial class framework
Database hosted on Netlinx
Servlet Example - Implementation not possible unless AMX provides developer a servlet license key.
Anyone interest in other examples?
0
Comments
Me too. It would be nice if one were scheduled between late January and the end of February.
Cheers!
I would really like to see your modules. I am also starting to work into writing java modules.
Are you going to place them somewhere on the internet?
I hope you do, I would love to see them?
Yes I will post a link to them. They've all been built against the recent Duet firmware and Cafe Duet update.
What would be handy is a framework to test Duet bundles direct on development workstation. There seems to be enough information to do this. Perhaps some time in the near future.
Once you run a few of my modules it may convince a few people. Grass roots marketing at it's finest.
Anything in particular that might sway your boss?
I may publish to a SVN repository.
This is basic sample to demonstrate file I/O.
http://www.indyelectronics.com/WebCat_Example_dr1_0_0.zip
This module does the following:
1. WGET - download a file from a http server to CF(Compact Flash).
2. DUMP - dumps a file on CF to console output.
3. COPY - copies a file from CF to a new CF location/name.
4. DUET - prints out host name and ip address
Check out the readme.txt for example commands.
I am welcome to any comments or feature requests.
I'm still waiting for AMX to respond to my VIP queries...
Still waiting.
Any News ? Sonos?
thanks
john
Any chance that somebody else would be willing to post some Duet examples with Source code?