Forum Discussion
Mar 22, 2011
What client language/toolkits are you using for iControl development?
Hi everyone, I was just wondering what client languages/toolkits you all are using for building your iControl apps. Here's my main list in order of the frequency I use them.
- PowerShell -> iControl Cmdlets
- C/.Net -> iControl Assembly
- Perl -> SOAP::Lite
- Java -> iControl Library for Java (Apache Axis based)
Take a second if you would and reply to this thread and let's see how big a list we can come up with.
-Joe
40 Replies
- Derek_21893
Nimbostratus
Perl SOAP::Lite. Sure wish someone would roll my changes into iControlTypeCast.pm 😉Implement Typecast for iControl enumeration Elements no warnings 'redefine'; sub SOAP::Deserializer::typecast { my ($self, $value, $name, $attrs, $children, $type) = @_; my $retval = undef; if (!defined $type) { return $retval; } if (!defined $urnMap->{$type}) { return $retval; } if (1 == $urnMap->{$type} ) { $retval = $value; } return $retval; } - yozik_100692
Nimbostratus
Perl and Python
--
Jeremy - Pushkar_73645
Nimbostratus
PHP - Jay_Nielson_410
Nimbostratus
C/.Net -> iControl Assembly - smp_86112
Cirrostratus
PERL! - snovakov_86258
Nimbostratus
Perl SOAP::Lite... - Charles_14910
Nimbostratus
{ :Ruby => "f5-iControl" }
Wish the ruby library had the maturity of the .Net/Java library's, is there any chance this will ever be put on github so the community can develop the library further? This would also give nice bundler support for the gem - pjhhaas_109824
Nimbostratus
PowerShell -> iControl Cmdlets - Aaron_Forster_3Historic F5 AccountJava -> iControl Assembly (Axis based)
Though I have poked around at the C/.Net iControl Assembly I've never actually written anything in it. - Chris_W__13732
Nimbostratus
Is pycontrol v2 compatible with python2.7? I haven't tested yet, but the download page only claims compability up to 2.6.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects