Recently I was asked about the possibility to control GPS simulator using gaming wheel. Yes, it is possible. I created simple C# application to demostrate this.
Here is video:
This small application interacts with GPS Simulator and sends control signals for changing course. So, it is possible to simulate object moving along a curve.
I tried to gather information about the difference between Emulator and Simulator terms. Now the difference is more clear.
In computer science both a simulation and emulation produce the same outputs, from the same inputs, that the original system does; However, an emulation also uses the same processes to achieve it and is made out of the same materials. A simulation uses different processes from the original system. Also worth noting is the term replication, which is the intermediate of the two – using the same processes but being made out of a different material.
I’m C# and Delphi developer. Recently I decided to learn more about Java. I installed JRE (Java Runtime), NetBeans IDE, read several articles on Java.com, Oracle.com about creating Java Applets and standalone applications. After that I decided to create something useful. In this topic I’ll show how I implemented Java Applet that loads XML RSS feed from website and shows it on HTML page. Read more…
As you might know, GPS Generator has so called ‘Route mode’. This mode allows the user to set the route for simulation. The route consists of waypoints. Each waypoint has its coordinates and altitude values. The speed of travel is set for the intervals between the waypoints. The software will emulate NMEA protocol sentences as real GPS receiver would output when moving along the way.
The GPS Generator’s UI is not very user-friendly for creating routes, but there is a way how to create good routes very quickly. Read more…
Why do people work in heavily radioactive environment in Fukushima, Japan?
Instead of building robots that go where humans never could, this country renowned for its robotics expertise invested in machines that do things that humans can already do — like talk, dance, play the violin and preside over weddings.
“The government believed this accident wouldn’t happen,” said Hirose Shigeo, a robotics researcher at the Tokyo Institute of Technology. “Most of the robot experts are concentrating on humanoid [robots] and home use.”
Tadokoro said that after Japan’s 1999 nuclear accident, regulatory officials and the country’s power companies discussed developing a robot response squad like those in Europe. It never happened.
“A decision was made not to invest,” Tadokoro said. “It’s very frustrating.”
“It’s very hard to have a business model that waits for nuclear disaster” – Eric C. Close, chief executive at RedZone Robotics.
The second Boeing X-37B orbital test vehicle (OTV-2) launched into space on 5 March, riding atop a United Launch Alliance Atlas V rocket from space launch complex-41 in Cape Canaveral, Florida.
The flight is a follow-up to the 270-day mission of the OTV-1 that ended on 3 December, with the spacecraft de-orbiting and landing at Vandenberg AFB, California.
US Air Force officials have declined to answer questions about whether any payloads have intended to be tested or deployed with either OTV-1 or OTV-2. Read more…
Currently I’m engaged in a project where we are creating very performant system for receiving, parsing and sending realtime market data. Market data is provided by exchanges via FIX/FAST over UDP protocol.
The FAST protocol (FIX Adapted for STreaming) is a technology standard developed by FIX Protocol Ltd., specifically aimed at optimizing data representation on the network. It is used to support high-throughput, low latency data communications between financial institutions. Read more…
In new version: * several bugs were fixed; * heading is calculated using Rhumb line; * path is drawn along Rhumb line; You can download it from here […]
If after upgrading of GPS Generator it does not accept your license key (it may happen, for instance, if you purchased it several years ago), then feel free to write us (see contacts) and new key will be sent to you. […]
Download recent release (v.4.1.2.6) of GPS Emulator from here please:DOWNLOAD Unpack and run installer. It will replace existing files. In this release: * Course (heading) and distance is calculated using Rhumb line. Before this release GPS Generator did not take into account curvature of the Earth; * New HDT NMEA message is supported; […]
Download recent release (v.4.1.0.1) of GPS Emulator from here please:DOWNLOAD Unpack and run installer. It will replace existing files. In this release: * New hotkeys and UI improvements (Zoom In/Out by PgUp/PgDn) * Samples of shape files were included into distributive * Better support of Windows 7 and Vista * C# Sample of application which can be used for […]
In new version new functionality was added: now it is possible to save selected linear object to CSV file. First 2 columns in CSV file contain X and Y coordinates of object's points. ShpView is a free utility for viewing SHP and MIF files. You can download it from this page. […]
Download recent release (v.4.0.5.17) of GPS Emulator from here please:DOWNLOAD Unpack and run installer please. It will replace existing files. In this release:* In "Route Mode" speed and altitude are calculated as linear interpolation between neighbor waypoints. It means that now there are no "jumps" in speed and altitude on waypoints. S […]
Download recent release (v.4.0.5.16) of GPS Emulator from here please:DOWNLOAD Unpack and run installer please. It will replace existing files. In this release:* GGA message has correct altitude (linear interpolation between neighbor waypoints) in "Route Mode".* In "Map Mode" top speed is increased up to 1000.* GPS Fix modes now are gener […]
NMEA Parser is a good start point for your project! With these source codes you can start implementation of your NMEA-enabled software and save your time and money. NMEA Parser provides the following functionality: Parsing of main NMEA messages: GGA, GLL, GSA, GSV, RMC, VTG, ZDA; Detection of NMEA version by NMEA sentence; CRC validation; Different utilities […]