April 2007
Copyright (C) 2007, Motama GmbH, Saarbruecken, Germany http://www.motama.com Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being all sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found in the file COPYING.FDL. THE DOCUMENT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE DOCUMENT BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE DOCUMENT OR THE USE OR OTHER DEALINGS IN THE DOCUMENT. |
This document gives an introduction on how to install and test the Open Source version of NMM for Mac OS X.
In this document, we assume that NMM package is called nmm-1.0.0.tar.gz and will be extracted to directory /Users/bob/nmm-1.0.0 . Please replace these names as appropriate, e.g. with the name of the NMM package that you are actually using.
You need a properly configured Mac OS X operating system. On Mac OS X, most NMM examples and applications require a graphics board. So far NMM provides only a display component for Mac OS X using X11. Thus, the two packages X11User.pkg and X11SDK.pkg must be installed for video playback. Both packages are included on the CDs that are delivered with your Mac. This version of the display component accepts data in RGB format only. Furthermore, you must run any NMM application for video playback within an xterm to ensure that the X11 server is running. Finally, you nee a sound board or chip that can natively playback different sampling rates such as 44.1 kHz. All other hardware, such as cameras, is optional.
To allow one running NMM system to access another running NMM system, the port 22801 and the port range 5000-6000 must not be blocked by a firewall.
Furthermore, access to distributed systems is restricted to systems in your LAN or to systems that are defined as alias, e.g. within /etc/hosts . If for example, your are using a system called host1.domain.com , you have to specify host1 in addition to host1.domain.com in /etc/hosts when using or configuring distributed NMM applications. Numeric IP addresses are currently not supported. In addition, hostnames of systems should also be set according to this rule. For example, use host1 instead of some other name.
In addition to this, all hostnames must be written in lower case letters if they are assigned to an NMM application (e.g. as command line argument or within a clic graph description) even if the corresponding hosts include capital letters within their hostname.
Please note that /etc/hosts must also include the hostname and IP address of your system if no DNS server is available. Furthermore, some Linux distributions include the line 127.0.0.2 host1.domain.com host1 into /etc/hosts . In this case you must replace the numeric IP address 127.0.0.2 with the real IP address of your system.
You have to use the libtool package delivered with your Mac.
| Next | ||
| Installation of NMM |