Overblog Tous les blogs Top blogs Emploi, Enseignement & Etudes Tous les blogs Emploi, Enseignement & Etudes
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU
http://qogrft.over-blog.com/

qogrft.over-blog.com/

Publicité

Programming Software For Mac



Mac OS X applications are developed using Objective-C though there are other possible programming languages that could be used. The most popular languages for use on the macOS platform is Objective-C which could be thought of as Mac OS X's 'native language' since the Mac OS X libraries, or 'frameworks', all have an Objective-C interface. BBEdit is the leading professional HTML and text editor for the Macintosh. Specifically crafted in response to the needs of Web authors and software developers, this award-winning product provides an abundance of high-performance features for editing, searching, and manipulation of text.

  1. Ok let's be honest here, Macs are usually more expensive than Windows PCs, we can't all.
  2. This directory contains binaries for a base distribution and packages to run on Mac OS X (release 10.6 and above). Mac OS 8.6 to 9.2 (and Mac OS X 10.1) are no longer supported but you can find the last supported release of R for these systems (which is R 1.7.1) here.Releases for old Mac OS X systems (through Mac OS X 10.5) and PowerPC Macs can be found in the old directory.
< Computer Programming

About the platform[edit]

macOS is the primary operating system for the Macintosh computer. It was originally a system designed privately by Apple Inc, however with Mac OS X, it has been based on Unix. Specifically, a modified FreeBSD operating system called 'Darwin'.

There are many different kinds of software that can be developed for Mac OS X. People generally think of applications, but we'll briefly cover some of the other kinds.

Types of Software for Mac OS X[edit]

Applications[edit]

Applications are what people generally think of when they think about software for Mac OS X. Cocoa applications include: Finder, Mail, Address Book, Safari, Microsoft Word, and Microsoft Excel. Anybody can develop applications using Apple's free development tools which includes XCode. Mac OS X applications are developed using Objective-C though there are other possible programming languages that could be used.

Best Programming Software For Mac

The most popular languages for use on the macOS platform is Objective-C which could be thought of as Mac OS X's 'native language' since the Mac OS X libraries, or 'frameworks', all have an Objective-C interface. Objective-C includes everything that plain C can do, and adds object-oriented programming. Davinci resolve studio 14 2 – professional color correction. See: Objective-C.

C++ can be used in developing for the Mac, but generally, it is used in addition to Objective-C rather than being in place of Objective-C. Using both Objective-C and C++ is called 'Objective-C++' and is considered to be optional when developing software for Mac OS X: C++

See Programming:Objective-C for a lesson on the basics of Objective-C [1] may also be of assistance.

Some preliminary thoughts:

Objective-C is the language most commonly used in Mac OS Programming. Objective-C entered Mac OS X and has ancestry in NeXT. Cocoa. Before you learn Mac programming you must know the basics of C since it is the basis for Objective-C.

There used to be three separate APIs for developing a Mac application with a GUI:

1. Classic (Mac OS 9 and lower). Developing for the Classic API is no longer done. When Mac OS X first came out, users and developers had a huge investment in software written for Mac Classic OS and Mac OS X used to have an emulation mode so that users could run their old software. Apple has long since stopped support of the Classic API and Classic emulation in Mac OS X.

2. Carbon (Mac OS 8.5 up to and including Mac OS X 10.6 Snow Leopard). Carbon was an API for developers to update their applications that used the Classic API to be run without the Classic emulator. Carbon was a great way that Apple provided developers to upgrade their software to run on Mac OS X without having to totally rewrite their software, but Carbon, like Classic, is no longer supported by Apple.

3. Cocoa (All versions of Mac OS X). Cocoa is the most native API that can be used to develop applications for Mac OS X that are truly 'Mac-like'. Generally, Objective-C will be used along with Cocoa, though there are other options such as Cocoa-AppleScript and Cocoa-Python, but Cocoa-Objective-C is really the 'mainstream' way to develop Cocoa applications.

Resource Forks Files in Mac OS X have a feature that is unique to Mac OS and that is that each file on disk can have two 'forks'. This feature used to be used for Classic and Carbon applications to separate code from resources (such as menus, windows, etc.), and the Mac OS X file system still supports two forks, but you should only use the 'data fork'. The resource fork is non-standard and can be lost when transferring Mac files to other file systems.

AppleScripts[edit]

Another 'native language' for developing Mac OS X applications is AppleScript. AppleScript is a language that Apple invented to automate repetitive tasks. The AppleScript application is located on your Mac at /Applications/Utilities/AppleScript Editor. AppleScript can be used to record AppleEvents, the events that applications send to themselves or to other applications. Why don't you try it out. Open AppleScript Editor, press the record button, do some things with your other applications and watch the script write itself. AppleScript can be used alone or it can be used along with XCode to develop Cocoa Applications using mostly AppleScript instead of Objective-C. This option is mostly for experienced AppleScript programmers who don't know Objective-C.

Programming Software For Mac Os
Automator Workflows[edit]

Apple also provides an application called 'Automator' that can be used to easily automate repetitive tasks. Free slots win real money. It is located at /Applications/Automator.app

Shell Scripts[edit]

Mac OS X has an application called Terminal that provides a command-line interface to Mac OS X. It is possible to develop scripts for the command line. Terminal.app is located at /Applications/Utilities/Terminal.app To create a shell script, you need a text editor. There is a text editor that comes with Mac OS X called 'TextEdit.app'. It is located in /Applications/TextEdit.app. But actually, what is better than TextEdit is a program such as TextWrangler.app which is available for free from the following link: http://www.barebones.com/products/textwrangler/

The shell that Terminal.app uses by default is called 'bash'. Here is a simple tutorial on developing bash scriptshttp://www.maclife.com/article/columns/terminal_101_automate_terminal_bash_scripts

We won't go any more deeply into shell scripts here in this wikibook, but it's just good to know what they are. You can always google for more information now that you know what to google for. Windows apple support.

Command Line Tools[edit]

When you open Terminal and you learn how to type in commands. The commands are usually command-line tools or scripts. Download colorwell 6 6 1 full mac crack torrent. Above, we just talked about developing your own scripts with a text editor. It's also possible to develop your own command-line tools, using XCode. This is an advanced thing to do. Usually, power-users will write a shell-script (or some other kind of thing such as an AppleScript or an Automator Workflow) but it's good to know what a command-line tool is. Command-line tools have a textual user-interface rather than a graphical user interface (GUI).

Java[edit]
For

Run apple software update. Java used to be treated by Apple as a 'first class language' to develop for Mac OS, however in recent years, Apple has less support for Java. Now with Mac OS X 10.7 'Lion' and 10.8 'Mountain Lion', Java doesn't even come pre-installed in Mac OS X. Java is still available, but users have to download Java from Oracle's website and install it themselves. Apple's Mac App Store doesn't even allow Java apps to be sold at their store calling Java 'deprecated'.

However, there still are Mac developers who use Java because it has the advantage of being cross-platform compatible. For example, the same source-code can be used to generate software that runs on Mac, Windows, and Linux.

Apple has said that Java reduces the Mac to the 'least common denominator'. That's why they support it less.

Python[edit]

Python is somewhat supported by Apple. In fact, Python is shipped with Mac OS X and is part of the System Folder. There are third-party libraries that allow developers to develop applications using Python and Cocoa together, but these are not very well maintained, and Python on the Mac is most suitable for developing command-line utilities, or cross-platform scripts that aren't really very Mac-like.

Ruby[edit]

Similar to Python. Top video maker software for pc.

Websites[edit]

Terminator 2 free. Most Mac users use Safari for their web browser. Safari uses the standards set by w3c.org You can develop websites that work with Safari by following the standards of the w3c.org. Remember to validate your HMTL, CSS, and JavaScript.

HTML Validator:http://validator.w3.org/

Mac Os Programming Language

CSS Validator:http://jigsaw.w3.org/css-validator/

JavaScript Lint:http://www.javascriptlint.com/online_lint.php

If you're developing websites using your Mac and using Safari, remember to test your webpages on other platforms and with other web browsers.

Mac OS X Specific Languages[edit]

Objective-C is really the 'native' language for Mac OS X development

You could call AppleScript a 'native' language too, but it isn't really used to make commercial applications. It was designed to be used by real power-users to automate their tasks. Although it is possible to use AppleScript to build Cocoa applications in XCode, this would be more for users who already know AppleScript and don't want to learn Objective-C.

Mac OS X Frameworks[edit]

Retrieved from 'https://en.wikibooks.org/w/index.php?title=Computer_Programming/MacOS_Programming&oldid=3608589'
  • Jack Audio
    Take the audio output of one piece of software and send it to another. JackAudio is a virtual audio software cable that run on Windows Linux and MacOS and if Free to download and to use.
  • Grig Radio Control
    Grig is a freeware simple Ham Radio control (CAT) program based on the Ham Radio Control Libraries (Hamlib). It is intended to be highly generic presenting the user to the same graphical user interface regardless of which radio is being controlled.Grig supports the most commonly used CAT commands that are implemented by Hamlib, and integrates well with other ham radio programs like Xlog and gMFSK.Grig has been developed on Linux, but has been ported on Mac and Windows OS.
  • Radio Explorer
    Graphic viewer for shortwave broadcasting and programming schedules. Supports viewing schedules in an expanding table and on a 24-hour Gantt chart using the local time and the UTC time display modes. Runs on multiple platforms.
  • XASTIR
    Xastir is program for receiving and plotting APRS position packets. Development is a collaborative effort of programmers and amateur radio enthusiasts from around the world. Xastir supports many map formats and is highly customizable.Xastir runs on Windows/MacOSX/Linux/FreeBSD/Solaris/Lindows. It supports 125 map formats, several types of TNC's and weather stations, Festival speech synthesizer, AX.25 networking (Soundmodem/Baycom/SCC!) and seven languages!.
  • MultiMode
    Digital modes decoding software for the macintosh. Decodes CW, RTTY, WEFAX, SATFAX, ACARS, DTMF, SSTV
  • Fldigi
    Fldigi Freeware Digital multi mode program for Linux, Free-BSD, MacOS X and MS Windows . Support CW and several digital modes like PSK31, MFSK, RTTY, Olivia, WeFax, Hell and others and is a fully multi platform application
  • jLog
    jLog is a modern Freeware Ham Log program that can run on all major platforms, e.g. Mac OS X, Mac OS, Linux/Unix, Windows, etc. It offers a nice, clean interface and allows efficient entry of QSOs.Import or Export of data using the standardized ADIF 2 format is possible to easily exchange data with any other decent Log program.Built-in CW Keyer, CAT control for many popular, rigs, DX Cluster tracking, call lookups
  • Satscape
    Satscape is a freeware program for the PC Macintosh and Linux. It produces real-time displays of where any Satellite is, and predicts passes for your locale. There are about 8000+ satellites in orbit, a lot of these are just junk and debris such as discarded rocket bodies, but quite a few are working Satellites.
  • CHIRP
    CHIRP is a cross-platform, cross-radio programming tool. It works on Windows and Linux and MacOSX. It can program many popular radios and exchange data between them includin Icom Kenwood Yaesu Alinco Wouxun Puxing Baofeng
  • Visual Moon Tracking
    Java moon tracking software runs on LINUX, Win 98, Win NT, UNIX, OSF, MacOSX
  • MacIcomControl
    Radio control software for the Macintosh
  • iSpectrum Analyzer
    Macintosh audio spectrum analyzer that allows the user to view live audio in a standard frequency plot, a stereo oscilloscope view and a waterfall display
  • DX ToolBox
    DX Toolbox searches the web for you, gathering information on solar and geomagnetic conditions that affect radio propagation. It's ideal for the ham radio operator, shortwave listener, or other radio enthusiast.
  • MacTNC
    MacTNC is simple, configurable terminal software used by amateur (ham) radio operators to control a TNC (terminal node controller). MacTNC performs most of the same functions of other terminal software, but includes buttons for standard commands, and allows the user to configure additional buttons for special purposes. MacTNC works only user Mac OS X because it relies on Unix components of the current operating system.
  • Mac Antenna Master
    Dipole, Yagi, Vertical, Cubic quad, Log periodic, J-pole, coil, and transmission line design package for the Macintosh
  • Macintosh SSTV Shareware
    SSTV software is now available for the Macintosh computers, for the first time.
  • DarwinPSK
    DarwinPsk is free to licensed ham radio operators and is a great application for PSK and RTTY communications under MacOSX
  • MacAPRS
    Macintosh automatic position reporting system, developed by Bob Bruninga, WB4APR, to track boats and vehicles using GPS and packet radio. MacAPRS was written by Keith Sproul, WU2Z and Mark Sproul, KB2ICI
  • 10 QSO Logger- Ten-Ten International QSO parties logging program multi plaform run with Java under Windowd Linux MacOSX
  • Aether- Aether is an ham radio logging for the Mac. Aether gives hams logging software that is as powerful, easy to use, and good looking as the operating system it runs on.Designed from the ground-up using Apple's Cocoa, Aether supports the latest Mac OS X technologies, and provides the experience that Mac users expect.
    [ Hits: 2773 | Votes: 10 | Rating: 8 ]
  • Amadeus - Sound Recorder- Amadeus is a very powerful sound recorder and editor for Apple MacOS. Available in Lite and Pro version, is intuitive and a support many sound formats.
  • Audacity- Audacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. The interface is translated into many languages.
    [ Hits: 584 | Votes: 0 | Rating: 0 ]
  • Audiocoreder- Audiocorder is a VOX program which allows your Macintosh to act as an audio recorder
  • AudioXplorer- AudioXplorer is a sound analyzer software designed for Mac OSX, provide a real-time analysis window where you can visualize the sound spectrum and sonogram
    [ Hits: 407 | Votes: 1 | Rating: 9 ]
  • Beam Aim- Draws a world map centered on your QTH. Type in a DX station's call sign to get the beam aim azimuth and distance to the station.
  • Black Cat CW Keyer- Black Cat CW Keyer for Macintosh lets you send morse code from your computer. You can type out the text to be sent (immediately or buffered) as well as create and send from one key
    [ Hits: 3269 | Votes: 5 | Rating: 6.4 ]
  • Cab-converter- A freeware apple Macintosh-based program that helps amateur radio contesters by converting a log from a radio contest into the Cabrillo file format which may be submitted to the contest sponsor.
  • CHIRP- CHIRP is a cross-platform, cross-radio programming tool. It works on Windows and Linux and MacOSX. It can program many popular radios and exchange data between them includin Icom Kenwood Yaesu Alinco Wouxun Puxing Baofeng
    [ Hits: 11174 | Votes: 30 | Rating: 7.24 ]
  • cocoaModem- CocoaModem is an opensource MacOSX application which implements modems (modulator-demodulators) for RTTY PSK MFSK Hellschreiber CW SITOR HF-FAX provided by W7AY
  • cocoaNEC- cocoaNEC 2.0 is an opensource Mac OS X application intended primarily for the design and modeling of antennas by Kok Chen, W7AY
    [ Hits: 1492 | Votes: 3 | Rating: 10 ]
  • CubicSDR- CubicSDR is a free SDR receiver which is based on the liquid-dsp libraries. Run under Linux, Windows and Mac OS X
  • CuteSDR- CuteSDR Open-Source application forMacOSX , Linux, and Windows designed to run with RFSPace SDR receiver
    [ Hits: 4538 | Votes: 3 | Rating: 6.67 ]
  • Darkice- DarkIce is a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. Works on Linux and MacOSX
  • DarwinPSK- DarwinPsk is free to licensed ham radio operators and is a great application for PSK and RTTY communications under MacOSX
    [ Hits: 5419 | Votes: 8 | Rating: 8.63 ]
  • DF9CY Project Auriga- PA is a JAVA software package containing several programs, SW/VHF/UHF Logbook (imports format from RADIOMAN, VMT), Log conversion to HTML format,Import and export functions for RADIOMAN, CT RES files, BV QSL Labels, CSV etc.Internet DX-Cluster support, Keeps track of your worked Callsigns, Checks your worked Grid Squares per band, Databases for worked Grids and CallsignsUses K1EA CQWW.CTY country file,Easy command line version for terminal operationMoontracking as clock, Pathloss calculation
  • dogparkSDR- dogparkSDR is a native Macintosh visual radio display and interactive control software for any Flex Radio Systems
    [ Hits: 516 | Votes: 0 | Rating: 0 ]
  • DX ToolBox- DX Toolbox searches the web for you, gathering information on solar and geomagnetic conditions that affect radio propagation. It's ideal for the ham radio operator, shortwave listener, or other radio enthusiast.
  • EchoMac- EchoMac is a client program for OS X that allows connection to the Echolink system
    [ Hits: 1099 | Votes: 2 | Rating: 5.5 ]
  • EchoMac - Mac Ham Radio EchoLink Client- EchoMac is an apple macintosh client for EchoLink internet radio network.
  • Elmer- Macintosh shareware, contains the full pool of questions for each of the five exams, and creates sample tests that will vary each time you take them and it will grade your exam.
    [ Hits: 1101 | Votes: 2 | Rating: 8 ]
  • Fast Morse- Macintosh morse code software, Fast Morse will convert any text you enter into the original Morse code equivalent, and play it on your speakers. The speed can be adjusted to anything from 1 to 35 words per minute if your computer can keep up, allowing you to send Morse signals at a rate your friends and fellow Morse enthusiasts can follow!
  • FKeyer- Application for the Apple Macintosh computer that provides a CW contesting interface for the popular MacLoggerDX loggging software. FKeyer runs on MacOS X and uses an external keyer such as the MicroHam CW keyer.
    [ Hits: 987 | Votes: 0 | Rating: 0 ]
  • Fldigi- Fldigi Freeware Digital multi mode program for Linux, Free-BSD, MacOS X and MS Windows . Support CW and several digital modes like PSK31, MFSK, RTTY, Olivia, WeFax, Hell and others and is a fully multi platform application
  • Flrigupdated- Flrig is a transceiver control program designed to be used either stand alone or as an adjunct to fldigi. It is able to control most popular amateur radio transceivers from ICOM Kenwood and Yaesu. Can share the control over a local area network or can be used as a common gateway to your radio for serveral concurrent applications. Works on Mac Linux and Windows
    [ Hits: 1825 | Votes: 5 | Rating: 8 ]
  • GQRX- GQRX is a free and simple to use SDR receiver which runs on Linux and MacOS X. GQRX comes with a standard FFT spectrum and waterfall display and a number of common filter settings
  • GQRX for MacOS- OSX port of the awesome gqrx SDR software
    [ Hits: 1376 | Votes: 4 | Rating: 6.25 ]
  • Grig Radio Control- Grig is a freeware simple Ham Radio control (CAT) program based on the Ham Radio Control Libraries (Hamlib). It is intended to be highly generic presenting the user to the same graphical user interface regardless of which radio is being controlled.Grig supports the most commonly used CAT commands that are implemented by Hamlib, and integrates well with other ham radio programs like Xlog and gMFSK.Grig has been developed on Linux, but has been ported on Mac and Windows OS.
  • HourWorld World Clock- HourWorld is a program with rich graphics that can show you what time it is in a certain part of the world, and well as demonstrate what is actually looks like over the globe.
    [ Hits: 2789 | Votes: 2 | Rating: 5.5 ]
  • iSpectrum- iSpectrum is a free spectrum analyzer for MacOS that allows you to display live audio in a standard frequency plot, waterfall display or in a stereo oscilloscope view. Used by ham radio operators, audiofiles, musicians, and Sound Technicians.
  • iSpectrum Analyzer- Macintosh audio spectrum analyzer that allows the user to view live audio in a standard frequency plot, a stereo oscilloscope view and a waterfall display
    [ Hits: 7452 | Votes: 4 | Rating: 5.5 ]
  • Jack Audiopop- Take the audio output of one piece of software and send it to another. JackAudio is a virtual audio software cable that run on Windows Linux and MacOS and if Free to download and to use.
  • jLog- jLog is a modern Freeware Ham Log program that can run on all major platforms, e.g. Mac OS X, Mac OS, Linux/Unix, Windows, etc. It offers a nice, clean interface and allows efficient entry of QSOs.Import or Export of data using the standardized ADIF 2 format is possible to easily exchange data with any other decent Log program.Built-in CW Keyer, CAT control for many popular, rigs, DX Cluster tracking, call lookups
    [ Hits: 12252 | Votes: 15 | Rating: 8.6 ]
  • JTDX- JTDX is a multimode software for amateur radio. Means JT & T modes for DXing, it is being developed with main focus on the sensitivity and decoding efficiency, both, in overcrowded and half empty HF band conditions.Support JT9, JT65, T10 and FT8 is released unde GNU licence, by UA3DJY and ES1JA. Run under Windows and Linux.
  • Mac Antenna Master- Dipole, Yagi, Vertical, Cubic quad, Log periodic, J-pole, coil, and transmission line design package for the Macintosh
    [ Hits: 6185 | Votes: 4 | Rating: 5.5 ]
  • Mac GrayLiner- Displays map of the world, showing day and night areas.
  • Mac Memory Manager- Amateur Radio Memory Manager Software for the Mac support many Yaesu Icom AOR and Kenwood radios
    [ Hits: 1418 | Votes: 1 | Rating: 10 ]
  • Mac the Scope- Mac the Scope is a professional quality signal analyzer, 1/3 octave RTA, signal generator, and more.
  • MacAPRS- Macintosh automatic position reporting system, developed by Bob Bruninga, WB4APR, to track boats and vehicles using GPS and packet radio. MacAPRS was written by Keith Sproul, WU2Z and Mark Sproul, KB2ICI
    [ Hits: 4671 | Votes: 6 | Rating: 4.33 ]
  • MacDoppler- MacDoppler and MacDopplerPRO 3D satellite tracking and station automation software for Macintosh by Dog Park Software Ltd.
  • MacDSP- Digital filter for Macintosh computers with a PowerPC processor
    [ Hits: 1807 | Votes: 1 | Rating: 3 ]
  • MacGPS Pro- Mapping software which links a Garmin GPS receiver to your Macintosh. Includes Maidenhead grid squares and beam-pointing maps.
  • MacIcomControl- Radio control software for the Macintosh
    [ Hits: 8149 | Votes: 1 | Rating: 10 ]
  • Macintosh SSTV Shareware- SSTV software is now available for the Macintosh computers, for the first time.
  • MacK2- A Remote Control Program for the Elecraft K2 Amateur Radio Transceiver using the Apple Macintosh
    [ Hits: 297 | Votes: 0 | Rating: 0 ]
  • MacLoggerDX- While you are enjoying your favourite scheduled SWL program, DX Net, or W1AW Bulletin, MacLoggerDX is combing the internet looking for the latest Hot DX Spot
  • MacPacSat- allows a Macintosh computer to communicate via packet radio with the amateur packet satellites currently in operation using the 'PACSAT' protocols
    [ Hits: 1431 | Votes: 0 | Rating: 0 ]
  • Macpcr- Icom PCR1000 driving program for Mac available at yahoo groups, login required.
  • MacProp- Propagation forecasting software for the Macintosh
    [ Hits: 1718 | Votes: 2 | Rating: 5.5 ]
  • MacSchedKeeper- Macintosh Rig Control for Kenwood TS-50
  • MacTNC- MacTNC is simple, configurable terminal software used by amateur (ham) radio operators to control a TNC (terminal node controller). MacTNC performs most of the same functions of other terminal software, but includes buttons for standard commands, and allows the user to configure additional buttons for special purposes. MacTNC works only user Mac OS X because it relies on Unix components of the current operating system.
    [ Hits: 6530 | Votes: 9 | Rating: 7.15 ]
  • MoonSked- Moon tracking for Mac Windows and Linux for EME by GM4JJJ
  • Morse Machine for MacOSX- This free program teaches you to receive Morse code. It starts with a few letters and adds more when it sees that you are ready. Based on A Fully Automatic Morse Code Teaching Machine, it is a small application and it runs even on recent MacOSX versions.
    [ Hits: 118 | Votes: 0 | Rating: 0 ]
  • Morse Mania- A morse code tutor for the Macintosh.
  • Morse Runner on MacOS- Run Morse Runner on Apple MacOSX computers using Wineskin. Morse Runner is a popular MS Windows morse code contest simulator. You can do this by yourself or just download the ready-made dmg and use it on your apple mac.
    [ Hits: 93 | Votes: 1 | Rating: 9 ]
  • MultiMode- Digital modes decoding software for the macintosh. Decodes CW, RTTY, WEFAX, SATFAX, ACARS, DTMF, SSTV
  • MULTISCAN 3B SSTV for Apple MacOS- SSTV on Mac is possible using MultiScan 3 B is an application for Ham Radio Slow Scan TV (SSTV) Communications. It is build to run on Mac OS X 10.6 or later versions. MultiScan 3B can transmit and receive pictures in the following formats (modes):Robot black Robot Color Socttie Martin, PD Modes:P Modes: P3, P5 and P7 AVT All modes can be send/received in regular, narrow, QRM and narrow+QRM modes
    [ Hits: 1071 | Votes: 0 | Rating: 0 ]
  • Osmond PCB- Printed circuit board design for Macintosh
  • phpHamLog- Amateur radio open source log program written in PHP. Put your log online for visitors to browse in real time. Access your log from any web browse, can run under windows linux and macos with apache, mysql and php
    [ Hits: 1208 | Votes: 1 | Rating: 1 ]
  • PocketPacket Mac OS- PocketPacket started as an APRS client for iPhone/iPod Touch/iPad devices, but is also available for the Mac desktop or laptop. PocketPacket incorporates a software-based TNC, allowing you to directly capture and visualize, or encode and transmit 1200 baud packets (AFSK modulation) using a VHF radio transceiver.
  • Promethius- Logbook software for the Macintosh by Chris Smolinski
    [ Hits: 1744 | Votes: 0 | Rating: 0 ]
  • QRQ CW trainer- qrq is an open source Morse telegraphy trainer which runs on several operating systems (Linux, Unix, OS X and Windows), similar to the classic DOS version of Rufz by DL4MM.
  • QST Browser- A Mac OS X application for searching and viewing the back issues of periodicals that are published by the ARRL in CD-ROM format.
    [ Hits: 420 | Votes: 1 | Rating: 10 ]
  • Radio Explorer- Graphic viewer for shortwave broadcasting and programming schedules. Supports viewing schedules in an expanding table and on a 24-hour Gantt chart using the local time and the UTC time display modes. Runs on multiple platforms.
  • RF Toolbox- A MacOSX antenna design and electronics/electrical tool package. It is a multipourpose application that allow antenna design and comomn calculations
    [ Hits: 570 | Votes: 0 | Rating: 0 ]
  • RUMLog- RUMlog is a fully featured general ham radio logbook program, with contest logging capability and QSL handling/printing tool for MacOSX.RUMlog is free to download and can interface with most popular Icom Elecraft Yaesu Kenwood Transceiver, and CW keyers. Offer mapping, Dx cluster, check, import export, and many functions commonly available on most popular logbook programs.
  • RUMtrol7000- Windows and MacOS programming software for the ICOM IC-7000
    [ Hits: 2141 | Votes: 5 | Rating: 5 ]
  • RUMtrol746PRO- This program is used for the ICOM IC-746PRO, IC-7400.You can edit all the setting and write it to file for later use. Runs on Windows Linux and MacOSx
  • Satscape- Satscape is a freeware program for the PC Macintosh and Linux. It produces real-time displays of where any Satellite is, and predicts passes for your locale. There are about 8000+ satellites in orbit, a lot of these are just junk and debris such as discarded rocket bodies, but quite a few are working Satellites.
    [ Hits: 11923 | Votes: 19 | Rating: 6 ]
  • SCR-Log- Scr-log freeware logging program for mac, windows, linux and dos. designed for school, club, and individual class stations to use during school club roundup.
  • SkookumLogger- SkookumLogger is a free contest logging program for Mac OS X 10.7 or later, supporting CW and SSB events on the six HF contest bands plus 6m, 4m, 2m, and 70cm
    [ Hits: 489 | Votes: 0 | Rating: 0 ]
  • SoundFlower- Soundflower is a Mac OS X (10.2 and later) system extension that allows applications to pass audio to other applications. Soundflower is easy to use, it simply presents itself as an audio device, allowing any audio application to send and receive audio with no other support needed. Soundflower is free.
  • Spek- Spek helps to analyse your audio files by showing their spectrogram.Spek supports all popular lossy and lossless audio file formats. Spek is free software available for Unix, Windows and Mac OS X.
    [ Hits: 1977 | Votes: 1 | Rating: 10 ]
  • The KB6IBB Utilities- Ham radio frequency list consolidation software.The Ham Radio database can house a unlimited number of records. Holding frequency information from DC to Daylight. The Radio Scanner Database is designed to emulate a radio scanner. A 5,000 record table is provided and is organized by channel number.
  • Time Palette- World Time and Mapping software including Azimuthal Maps.
    [ Hits: 1597 | Votes: 4 | Rating: 8.75 ]
  • TK5 for IC-R5- Open source software designed for the ICOM IC-R5 receiver. Linux, MacOS X and Windows
  • Trusted QSL- Open source libraries and utilities to support using digital signatures for Amateur radio QSL system information like eqsl and lotw. Available for windows macos e linux.
    [ Hits: 2349 | Votes: 2 | Rating: 10 ]
  • Visual Moon Tracking- Java moon tracking software runs on LINUX, Win 98, Win NT, UNIX, OSF, MacOSX
  • Waavebox- MacOSX real-time precision signal / waveform generator. Uses native Mac sound Out capabilities.
    [ Hits: 770 | Votes: 2 | Rating: 1.5 ]
  • WiNRADiO for Mac- WiNRADiO for Mac, WiNRADiO provides Apple Macintosh support for our most popular receiver, the WR-1550e, a medium-range external receiver with frequency range 150 kHz to 1.5 GHz
  • Wireless Field Day Log Program- A reliable logging system for Field Day basedon wireless networking. Freeware, runs on macintosh, linux and windows
    [ Hits: 1951 | Votes: 1 | Rating: 10 ]
  • XASTIR- Xastir is program for receiving and plotting APRS position packets. Development is a collaborative effort of programmers and amateur radio enthusiasts from around the world. Xastir supports many map formats and is highly customizable.Xastir runs on Windows/MacOSX/Linux/FreeBSD/Solaris/Lindows. It supports 125 map formats, several types of TNC's and weather stations, Festival speech synthesizer, AX.25 networking (Soundmodem/Baycom/SCC!) and seven languages!.
  • Xastir- Xastir MacOSX APRS software for receiving and plotting APRS(tm) position packets. Xastir supports many map formats and is highly customizable
    [ Hits: 619 | Votes: 0 | Rating: 0 ]
  • xCAT xDAX for macOSX and FlexRadio 6000- xCAT is an helper application for the FlexRadio 6000 series running on macOS computers to control via CAT protocol tranceivers, while xDAX purpose is to provide a way for Digital Mode Software like Fldigi, WSJT-X to access the digital audio data (DAX) of the FlexRadioTM
  • Yea Cabrillo2Adif Converter- Cabrillo2Adif A software for converting the radio logs from Cabrillo to Adif log format (for Mac OS X)
    [ Hits: 825 | Votes: 0 | Rating: 0 ]
  • Yea Cabrillo2Adif Converter- Yea Cabrillo2Adif is a free software for converting the radio logs from Cabrillo to Adif log format for MacOSX
  • YeaLogger- Free ham radio logging software for Mac OS X by SM7YEA
    [ Hits: 1283 | Votes: 3 | Rating: 9.33 ]
  • Find more links about Mac Ham Radio Software with Google Custom Search Engine
  • Search Mac Ham Radio Software with DuckDuckGo or with Bing
  • Software
    Free Software For Mac
    ACARSADS-BAircraft scatterAndroidAntenna analysisAntenna rotor controlAPRSAudio RecordersAudio StreamingAwards trackingBeacon MonitoringBrowser extensionsCircuit DesignClip ArtCollectionsContestingD-STARDatabasesDecodersDigital SSTVDigital VoiceDRMDSPDX ClusterEMEFilter DesignFront Panel DesignGrid Bearing and MapsHam ExamHellschreiberInternet LinkingiPhoneJT65Legacy SystemsLinuxLog AnalysisLog ConvertersLoggingLow FrequencyMacintosh* Morse Code DecodersMorse Code TrainingMultimodeNavtexNBEMSOliviaOscilloscopePacketPacket ClusterPIC ProgrammerPropagationPSK31QSLRadio ControlRadio ProgrammingRepeater ControlRF Coverage MappingRTTYSatellite trackingShortwaveSignal GeneratorSoftware Defined RadioSpectrum analyzersSSTVTimeUtilitiesVector Network AnalyzerVirtual Audio SoftwareVoice KeyerVoice toolsWeak SignalWeather and FAX
    Search The DXZone.com
    Java Programming Software For Mac
    Software : Mac Ham Radio Software
    About The DXZone.com
    The DXZone is the largest human created and maintained library of web sites dedicated to Amateur Radio, currently lists 20.000+ links organized into 600+ categories and subcategories. Ham Radio operators review new sites every day since 1998, for potential inclusion in the Directory, and to evaluate the best place to list them.
    Sign up for daily Newsletter
    Mac
    Free for your Site




    Publicité
    Partager cet article
    Repost0
    Pour être informé des derniers articles, inscrivez vous :
    Commenter cet article