Harris Router Mapper Software Engineer Exclusive 'link' 100%
A Harris Router Mapper Software Engineer is a specialized professional responsible for the design, development, and maintenance of software for Harris Broadcast (now part of Imagine Communications) and L3Harris routing systems. These engineers bridge the gap between complex hardware configurations and user-facing broadcast control interfaces. Core Responsibilities
Database Management: Building and maintaining extensive router databases by defining signal sources, destinations, and levels.
Mapping & Configuration: Designing the logical mapping of physical signals to control-panel buttons and managing "salvos" (pre-set signal switching sequences).
System Integration: Developing software to ensure seamless communication between routers, switchers, multiviewers, and external control systems used in high-stakes media environments.
Life-Cycle Management: Handling the full Software Development Life Cycle (SDLC), from initial requirement analysis and rapid prototyping to final verification and deployment.
Technical Support: Providing expert-level troubleshooting for broadcast customers experiencing signal routing or software configuration failures. Key Technical Skills
Programming: High proficiency in C/C++ and Java for real-time embedded systems, often paired with Python for automation and testing.
Networking Knowledge: Deep understanding of the OSI model, IP and Ethernet-based networking, and protocols like DHCP, BGP, and OSPF.
Operating Systems: Experience with embedded Linux and real-time operating systems (RTOS) like VxWorks or QNX. harris router mapper software engineer exclusive
Specialized Tooling: Familiarity with signal configuration utilities like Leitch RouterMAPPER and protocol analysis tools such as Wireshark. Professional Background
Education: Typically requires a Bachelor's degree in Computer Science, Computer Engineering, or Electrical Engineering.
Experience: Specialized roles often look for 4–8 years of experience in embedded software, particularly within the defense, aerospace, or broadcast domains. Harris Router Mapper Software Engineer
Harris Router Mapper Software Engineers specialize in designing and maintaining software, such as Leitch RouterWorks, to manage audio/video signal routing in large-scale broadcast facilities. Key responsibilities include system configuration for Platinum router frames, database mapping, and integrating router software with automation systems. Learn more about the role and qualifications at sites.google.com Harris Router Mapper Software Engineer
The Role of a Harris Router Mapper Software Engineer A Harris Router Mapper Software Engineer is a specialized professional responsible for the design, development, and maintenance of software used in Harris Broadcast products—now part of the Imagine Communications portfolio. These engineers create the critical control systems that allow media companies to map, manage, and distribute massive amounts of video and audio content across complex networks. Core Responsibilities and Expertise
In this exclusive engineering niche, professionals bridge the gap between high-level software architecture and physical broadcast infrastructure.
Software Design & Development: Designing the logic that powers Platinum routers and other signal-switching hardware.
System Mapping: Configuring "crosspoints" and signal paths for audio and video to ensure seamless routing, regardless of matrix size. A Harris Router Mapper Software Engineer is a
Configuration Utilities: Working with specialized tools like RouterMAPPER and RouterWorks to create graphical interfaces for signal routers.
Troubleshooting & Support: Providing high-level technical support for complex maintenance and logistic planning issues within broadcast environments. Technical Skill Set
Successful engineers in this field typically hold a degree in Computer Science or a related field and possess a deep understanding of several technical domains: Harris Router Mapper Software Engineer
Core features
-
Topology discovery
- Active and passive probes plus integration with device APIs (NETCONF/RESTCONF, SNMP, cloud APIs).
- Merge in-service mapping from traceroute and flow logs to resolve asymmetric paths.
-
Logical abstraction
- Model networks as layered graphs: physical, L2 overlays, routing domains, and service-level paths.
- Annotate nodes/edges with metadata (owner, SLA, config revision, recent incidents).
-
Policy verification
- Compare intended config (from Git) vs. running state; flag mismatches.
- Simulate route propagation and policy impact before deploy.
-
Realtime state & alerting
- Stream BGP updates, interface counters, and flow telemetry into a time-series/graph store.
- Correlate events (e.g., BGP flap → spike in path latency → traffic-engineering rollback).
-
Search & debugging UX
- Query by prefix, service, or tag; show end-to-end path and where packets are dropped or filtered.
- Breadcrumbs to config diffs, relevant commits, and deployed versions.
-
Automation & SRE workflows
- Expose a programmable API and CLI for automated remediation (chroot-safe).
- CI hooks: run pre-deploy checks that fail if a planned change would violate policies.
The "Infinite Salvo" Loop
Symptom: A radio station in Texas reported that every 3 seconds, the router would disconnect the main studio feed.
The Exclusive Debug: The engineer had created a salvo named "Standby_3." Unfortunately, they also created an event that said "If router state = Standby_3, run salvo Standby_3." The software engineer had to implement a recursion depth counter to prevent self-triggering salvos. "We never thought users would name a salvo the same as a state variable. We were wrong. Users will always exceed your imagination."
Harris Router Mapper — Software Engineer Exclusive
Harris Router Mapper is an internal-facing tool a software engineer might build to catalog, visualize, and troubleshoot routing infrastructure across distributed networks. Below is a concise, engaging blog-style post aimed at engineers who care about scale, reliability, and developer ergonomics.
The Crisis: When the Mapper Saved the Day
Thorne relates an anonymous war story. Three months ago, a Tier 1 news network in New York suffered a core switch failure. All IP routing collapsed. The broadcast engineer screamed that the Harris Router Mapper was showing "No Connection."
"But the mapper wasn't dead," Thorne says. "Our failover logic detected that the primary control network was down but the secondary serial RS-422 link to the router’s backup controller was still alive. The mapper automatically downgraded from IP to serial and displayed a yellow banner: 'Degraded Mode – 1Gb/s only.' The engineer didn't even have to reboot. He routed the presidential address through the backup path in 4 seconds. That’s exclusive engineering."
Step 4: The Exclusive Interview Question
Mark shared: "If you interview at GatesAir/Harris, they will ask you this: 'Design a salvo undo system. If an engineer triggers a 500-step salvo that breaks the station, how do you revert without knowing the original state?'
"The correct answer is not a cache. It's a transaction log. You store every crosspoint change since boot. Revert means replaying the log backwards. That's the hidden sophistication of the Router Mapper." Core features