Main > Free Download Search >

Free rpc software for mac

rpc

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 46
PHPRPC 3.0.2

PHPRPC 3.0.2


Easy to use and secure over-the-internet RPC protocol more>> <<less
Download (150KB)
Added: 2008-10-07 License: GPL Price: FREE
381 downloads
XML-RPC Client 1.6

XML-RPC Client 1.6


XML-RPC Client - Debugger for developers setting up/accessing XML-RPC services more>> XML-RPC Client - Debugger for developers setting up/accessing XML-RPC services

XML-RPC Client is a free Cocoa-based developer tool for Mac OS X Tiger that allows you to access and debug XML-RPC web services from the comfort of your desktop.
Its not much? and its not very full-featured. Basically, the suitably-named "XML-RPC Client" allows you to point at an arbitrary XML-RPC service URL available on the network, specify a method and (limited) parameters, and view the response in a readable display. Its pretty much meant to be used as a handy, graphical debugger for developers setting up or accessing XML-RPC services. I kinda needed something like this at work, and was tired of using the command line for something for which there should be a nice little graphical tool. Theres still work to be done. At this point, you can only send arguments of some of XML-RPCs "primitve" types: string, int, double, and boolean are supported. structs, arrays, base64 and dateTime.iso8601 are not yet supported. That means that you may not access any service methods requiring parameters of those types using XML-RPC Client. Release early and release often, right?
Enhancements
- Now a Universal Binary.

<<less
Download (406KB)
Added: 2006-07-07 License: Freeware Price: FREE
202 downloads
 
Other version of XML-RPC Client
XML-RPC Client 1.6Todd Ditchendorf - XML-RPC Client - Debugger for developers setting up/accessing XML-RPC services. XML-RPC Client
License:Freeware
Download (406KB)
1214 downloads
Added: 2006-07-07
Ampache 3.5

Ampache 3.5


Web-based audio file manager implemented with MySQL and PHP more>> Web-based audio file manager implemented with MySQL and PHP

Ampache is a Web-based Audio file manager. It is implemented with MySQL, and PHP. It allows you to view, edit, and play your audio files via the web.
Ampache includes playlists support, artist and album views, album art, random play, playback via Http/On the Fly Transcoding and Downsampling, Vote based playback, Mpd and Icecast, Integrated Flash Player, as well as per user themes and song play tracking
You can also Link multiple Ampache servers together using XML-RPC. Ampache supports GETTEXT translations and has a full translation of many languages.

System requirements:
- Any Webserver
- PHP 4.1.2 or higher
- MySQL 4.0 or higher
- 16MB of Ram

Enhancements
- Added complete Czech translation (Thx martin hason)
- Add the AlmightyOatmeal-Sanity check to prevent a clean from removing all songs if your mount failed, but is still readable by ampache
- Make the Lang Install page prettier
- Added Check for hash,inet_pton,windows PHP Version to init so that upgrades without pre-reqs are handled correctly
- Allow mms,mmsh,mmsu,mmst,rstp in Radio Stream URLs
- Fixed a problem where after adding a track to a saved playlist there was no UI response upon deleting the track without a page refresh
- Fix an issue where the full version of the album art was never used even when requested
- Fix maxlength on acl fields being to small for all IPv6 addresses
- Add error message when file exists but is unreadable do not remove unreadable songs from catalog
- Fixed missing title tag on song browse for the title (Thx flowerysong)
- Fix htmlchard rss feed url
- Fix Port not correctly being added to URL in most cases even when defined in config

<<less
Download (1.7MB)
Added: 2009-05-09 License: GPL Price: FREE
178 downloads
 
Other version of Ampache
Ampache 3.3.3.4You can also Link multiple Ampache servers togeather using XML-RPC. Ampache supports GETTEXT translations and has a full translation of many languages
License:GPL
Download (1.7MB)
837 downloads
Added: 2007-07-11
Zerospan 1.34

Zerospan 1.34


Zerospan - Use Bonjour apps over the internet more>>
Zerospan is a peer-to-peer VPN application that can "bridge" any two computers via Zeroconf (aka Rendezvous or Bonjour). This allows you to share iTunes, iChat, file sharing, SSH, and more. It is based on the Kenosis P2P RPC system.
Enhancements:
- Fixed bug that caused zerospan to hang at startup if the kenosis network could not be found.
- Added a Rebootstrap command.
- Added more information when reporting that another computer could not be connected to.
- Rationalized port usage: now only ports 2000 - 2009 need to be opened.
- Added a command to show the log file.
<<less
Download (610KB)
Added: 2006-06-06 License: Freeware Price:
1238 downloads
TracGViz 1.3.4

TracGViz 1.3.4


TracGViz is a complete and useful package (plugin) which provides components so that Trac be able to use widgets and related technologies offered by Google. more>>

TracGViz 1.3.4 is a complete and useful package (plugin) which provides components so that Trac be able to use widgets and related technologies offered by Google.

Major Features:

  1. It allows to feed data managed by Trac to widgets based on Google Visualization API.
  2. It allows embedding iGoogle Gadgets in wiki pages using WikiFormatting.

Enhancements:

  • New ! GVizQuickJumpEntries offers data about interesting places in the repository (a.k.a. quick jump entries). This includes tags and branches, for instance. The data is provided by VersionControlRPC.
  • Bug fixed: Formerly all revisions were included in the revision log if only individual revisions were requested. Now the result sets include just the information for the particular changesets supplied in rev parameter. Tested with both hg and svn.
  • Bug fixed: Exception with message Invalid list index was raised when using Subversion backend when requesting the log for individual revisions. This works OK now for both hg and svn.
  • Bug fixed: Wrong default value for fmt parameter in GVizChangesetDetails. Now it's OK.
  • Bug fixed: Formerly undocumented column in GVizTimelineFilters provider now contains appropriate description.
  • WikiFormatting may be used to document the data sources. It may be included in the documentation written for parameters, columns, and the data source itself.
  • Bug fixed: Documentation for providers having dynamic schemas was not previously rendered. This has been fixed and a new property has been added in docs to highlight whether the data source returns always the same columns or if they can vary depending upon run-time conditions.
  • Milestones may be filtered by name by providing a UNIX pattern in filter_by parameter.
  • UNIX filename patterns are compiled using REs for better performance.
  • Bug fixed: When using Hg backend, the code in version 1.3.3 in order to revisions iterator (VCS RPC) entered infinite loop (under certain conditions apparently related to branching or version numbers). This doesn't happen anymore.
  • Bug fixed: Now VCS RPC retrieves all changesets when using Hg backend. The implementation doesn't guess anymore the revision order and retrieves all that information directly from the underlying VCS connector in use. The former algorithm was weak because it only considered the first parent of a given revision. Therefore many others (especially all those in different branches) were missing from the result set.
  • Individual revisions (and not just intervals like before) may be selected in GVizChangesets (i.e. to obtain the revision log).
  • Bug fixed: As a consequence of the changes introduced in version 1.3.3 (especially in ReportRPC and VersionControlRPC) together with bug #5586@TH.org in XmlRpcPlugin, made impossible to render the main displaying documentation about the different RPC handlers. Both docstrings have been modified and everything is back to normal right now.


<<less
Download (119KB)
Added: 2009-08-02 License: Freeware Price: FREE
downloads
Archipelago 2.0

Archipelago 2.0


XML-RPC editor for Manila & Radio blogs. more>>
Archipelago is a XML-RPC based editor for Manila, Radio, and web sites that support the Blogger API and MetaWeblog API.
<<less
Download (1.5MB)
Added: 2004-09-10 License: Freeware Price:
1873 downloads
Drop the SOAP 1.1

Drop the SOAP 1.1


Drop the SOAP - Get the traffic conditions in California more>>
Drop The SOAP is a package of AppleScripts, based on the samples that ship with Mac OS X 10.1, that use SOAP/XML-RPC. It will enable you to get the traffic conditions in California.
Enhancements:
- Adds a new script to this collection. "California Traffic" gets the traffic conditions for an indicated California highway and creates a new TextEdit document with the results.
<<less
Download (33KB)
Added: 2006-05-05 License: Freeware Price:
1267 downloads
POP 0.3

POP 0.3


POP - POP account email checker. more>> POP - POP account email checker.

POP is a Dashboard widget that regularly checks any POP email account for unread messages. It does this independently and thus does not rely on any other program (such as Mail or Entourage).
The number of unread email messages is displayed on the front of the widget & preferences are set on the reverse side. When the front is clicked it opens the default email client allowing the user to easily access unread mail.
Significant technologies used in designing POP are Perl, Shell scripting, Applescript and XML-RPC Web Service.
Main features:
- Auto-checking of email at a user defined interval
- Status connection messages to inform user
- Informs the user of available updates unobtrusively (via the use of an XML-RPC Web Service).

Enhancements
- Front face reduced in size.
- Multiple instance awareness added (preferences set per-instance).
- Colour changing added; assist distinguishing between multiple instances.
- Account shown on rollover on front face; assist distinguishing between multiple instances.
- Colour swatch added and the ability to enter any hexadecimal color code; allowing the front face to be set to any colour.
- Clicking the front face now launches the default email client correctly.

<<less
Download (166KB)
Added: 2006-03-03 License: Freeware Price: FREE
192 downloads
 
Other version of POP
POP 0.3Informs the user of available updates unobtrusively (via the use of an XML-RPC Web Service). Significant technologies used: - Perl, Applescript, Shell scripting, XML-RPC Web Service. Enhancements
License:Freeware
Download (167KB)
1335 downloads
Added: 2006-03-03
Advisory Check 3.00

Advisory Check 3.00


Open source application that will read advisories for you more>> Open source application that will read advisories for you

Advisory Check is a tool for monitoring the security of installed software. Advisory Check gathers security advisories using RDS/RSS/XML feeds, compares them against a list of known software, and alerts you if youre vulnerable.
NOTE: Advisory Check is licensed and distributed under the terms of the BSD License.

Enhancements
- Windows hosts can now be monitored remotely by using the MS-RPC protocol. INSTALL and install.sh files have been added.

<<less
Download (16KB)
Added: 2009-05-31 License: Freeware Price: FREE
192 downloads
PHP 5.2.1

PHP 5.2.1


PHP - Server-side, cross-platform, HTML embedded scripting language more>>
This is a PHP module for the Apache web server included in Mac OS X.

PHP is a server-side, cross-platform scripting language.

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

PHP is a very interesting tool based on the most recent version 5.0.4 of the software. It runs on Mac OS X versions 10.3 and 10.4. Up-to-date packages of PHP 4 are available for Mac OS X 10.3 and 10.4, but only security fixes are applied, no new features are added. There is an outdated PHP 4 module for Mac OS X 10.2, but that one is not maintained at all and has serious security issues.

The module includes support for:

• the MySQL and PostgreSQL databases
• the PDFLib PDF library
• the cURL library for various communications protocols
• the GD image creation library (with PNG, JPEG, PostScript Type 1 and TrueType font options).
• the expat XML parser and WDDX support
• XSLT transformations
• LDAP access
• the IMAP client library
• FTP client access
• exif digital camera image metadata support
• transparent session id propagation (--enable-trans-sid) option
• mcrypt encryption functions
• sockets extension (experimental!)
• iODBC database support
• XML-RPC support (back in after I had to remove it in a previous release)
• mhash support
• GNU gettext
• XML-DOM
• PEAR
• CLI Version.

<<less
Download (49.8MB)
Added: 2007-03-07 License: Freeware Price:
1064 downloads
Pong 0.9.0

Pong 0.9.0


Pong is an XML-RPC ping application for weblog and feed authors more>>
Pong is a desktop ping application for weblog and feed authors.

Pings are transmitted using the XML-RPC protocol directly from your desktop to weblog tracking services which speeds the ping process by removing unnecessary servers from the message path.

You no longer need to compete with thousands of other ping senders in a servers queue. Your settings are stored in Pong for easy access and the success of all pings is confirmed immediately. Pong is portable on removable media so that you can ping from wherever you publish.


<<less
Download (1.4MB)
Added: 2005-10-12 License: Freeware Price:
1479 downloads
Qore 0.7.4

Qore 0.7.4


Modular, multi-threaded, SQL-integrated, weakly-typed scripting language with procedural and object-oriented features more>> Modular, multi-threaded, SQL-integrated, weakly-typed scripting language with procedural and object-oriented features

Qore also features easy-to-use and powerful structures, data types, and operators, and a clean and easy-to-read/learn syntax.
Qore Programming Language features Oracle and MySQL DBI drivers, optional TIBCO AE integration, and easy date arithmetic, is very scalable on SMP systems, and much more.

Enhancements
- BUG FIX: fixed localtime() when called with no argument to return the current date and time as per documentation
- BUG FIX: fixed a race condition that could cause a deadlock when calling pthread_join() when Qore code calls "exit()" when multiple threads are running
- BUG FIX: fixed the Dir:listFiles() method; the mask used would not filter out directories
- BUG FIX: fixed crashes in the File class due to unsigned data type being used and the comparison (< 0) that signaled an error always failed; the crash would happen when a non-File object was read
- BUG FIX: fixed outputting recursive data structures with the %n and %N printf format specifiers (would otherwise result in a crash - for example, when an object contains a list that also contains the object, etc)
- BUG FIX: fixed object access deadlock scenarios
- BUG FIX: fixed the "-" operator with: hash-string and hash-list (also hash-=string and hash-=list) to remove the value(s) from the hash, not call the delete operator
- BUG FIX: NULL values are serialized as "null" JSON values
- BUG FIX: fixed parsing of a corner case of marginally valid XML-RPC
- BUG FIX: fixed XML-RPC serialization to handle NOTHING (no value) and NULL identically
- BUG FIX: fixed XML-RPC serialization to never output an empty element, as it could potentially break some implementations (the XML-RPC spec is not very clear on this). Note: we send empty value elements: when serializing NOTHING or NULL, which may not be correct either
- BUG FIX: do not assume that a trailing null should terminate the string when reading string data from files; include the trailing null in the string
- BUG FIX: fixed a bug parsing base64 strings when newlines and/or linefeeds trailed the base64-encoded data
- BUG FIX: fixed outputting %% as % in *printf*() functions
- BUG FIX: fixed a bug parsing hashes where the hash key was given as a constant
- BUG FIX: fixed a bug in the delete operator where shared data was being updated in place instead of copied and then updated
- BUG FIX: fixed some race conditions that could cause deadlocks with the getAllThreadCallStacks() function (not normally enabled by default)
- BUG FIX: ignore
- and
when parsing base64-encoded strings
- BUG FIX: fixed a crashing bug when trying to copy member elements of a deleted object
- BUG FIX: fixed the foreach statement when used with a reference and the break statement is used
- BUG FIX: fixed a rare reference dependency bug where system classes were being destroyed while still referenced in user code
- BUG FIX: fixed %= with a modula operand of 0 to set the lvalue to 0 (previously the expression was ignored if the modula operand was 0)
- added the abilty for a Condition variable to wait on RWLock objects as well as Mutex objects
- dereferencing a hash or object with a list will return a slice of the hash or object as a hash: ex: $hash.("key1", "key2")
- allow %include parse directives to quote the file names (ignore leading and trailing quotes around the file name)
- new Socket class methods: + Socket:isWriteFinished(): for future support for non-blocking writes + Socket:setNoDelay(): to set the TCP_NODELAY option + Socket:getNoDelay(): returns value of the TCP_NODELAY option
- new functions to allow for explicitly specifying the encoding when serializing XML-RPC strings: + makeXMLRPCCallStringWithEncoding() + makeXMLRPCCallStringArgsWithEncoding() + makeXMLRPCResponseStringWithEncoding() + makeXMLRPCFaultResponseStringWithEncoding() + makeFormattedXMLRPCCallStringWithEncoding() + makeFormattedXMLRPCCallStringArgsWithEncoding() + makeFormattedXMLRPCResponseStringWithEncoding() + makeFormattedXMLRPCFaultResponseStringWithEncoding()
- added new HTTPClient methods for manipulating the TCP_NODELAY setting: + HTTPClient:setNoDelay() + HTTPClient:getNoDelay()
- now the XmlRpcClient and JsonRpcClient constructors accept an optional second argument that, when True, will inhibit the immediate connection attempt on the socket and instead allow the socket connections to be either manually established or established on demand with the first request

<<less
Download (2.3MB)
Added: 2009-06-11 License: GPL Price: FREE
203 downloads
PHP Apache Module 5.2.1

PHP Apache Module 5.2.1


PHP Apache Module - a tool for the Apache web server included in Mac OS X more>>
PHP Apache Module is a powerful PHP module for the Apache web server included in Mac OS X.
PHP is a server-side, cross-platform, HTML embedded scripting language.
This particular build of the module is based on the most recent version 5.2.1 of the software. It runs on Mac OS X version 10.4/Tiger and is built as Universal Binary for compatibility with both Intel and PPC Macs.
Note: you should always check the PHP section of the user forum too, new releases of this software are usually announced and discussed there long before they are available on this page as stable builds.
Main features:
- the MySQL and PostgreSQL databases
- the PDFLib PDF library
- the cURL library for various communications protocols
- the GD image creation library (with PNG, JPEG, PostScript Type 1 and TrueType font options).
- the expat XML parser and WDDX support
- XSLT transformations
- LDAP access
- the IMAP client library
- FTP client access
- exif digital camera image metadata support
- transparent session id propagation (--enable-trans-sid) option
- mcrypt encryption functions
- mhash hashing functions
- sockets extension (experimental!)
- iODBC database support
- XML-RPC support (back in after I had to remove it in a previous release)
- mhash support
- GNU gettext
- CLI Version
<<less
Download (49.8MB)
Added: 2007-04-06 License: Freeware Price:
939 downloads
FMSPy 0.1.0

FMSPy 0.1.0


Flash Media server created in Python using Twisted Framework more>> Flash Media server created in Python using Twisted Framework

FMSPy is a free and open source tool that provides implementation of RTMP protocol upon Twisted Framework. On top of the protocol implementation FMSPy builds a server for Flash/Flex clients.

Main features:
- basic RPC support;
- application plugin infrastructure (applications are designed as FMSPy plugins);
- application API.

System requirements:
- Python

<<less
Download (267KB)
Added: 2009-06-01 License: Freeware Price: FREE
193 downloads
Snort 2.8.4

Snort 2.8.4


Free and open source network intrusion prevention and detection system more>> Free and open source network intrusion prevention and detection system

Sort is a network intrusion prevention and detection system that uses a rule-driven language, which combines the benefits of protocol, signature and anomaly based inspection methods.
Snort is the most widely deployed intrusion detection and prevention technology worldwide and has become the de facto standard for the industry.

System requirements:
-

Enhancements
New Additions:
- Revised DCE/RPC preprocessor to provide new rule options, additional SMB command support, and updated defragmentation models
- Support for IPv6 with Frag3 and all application preprocessors (SMTP, FTP/Telnet, DCE/RPC, SSL, DNS, Portscan)
- Improved target-based support within application preprocessors
- Addition to automatically pre-filter traffic that is not explicitly configured for inspection to improve performance.
- HttpInspect update to limit number of HTTP Header fields and alert if limit is reached.
- Support for multiple IP Addresses and/or CIDRs in HTTP Inspect and FTP/Telnet Server/Client specific configurations
Improvements:
- Update to allow rules with only negated content

<<less
Download (4.4MB)
Added: 2009-04-10 License: GPL Price: FREE
181 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4