2013年6月19日 星期三

Bluetooth technologies accelerates its market

In-Vehicle Computer,  single board COMPUTER, Industrial PC


By leveraging Bluetooth, consumers can stream in-vehicle songs from their smartphones and play music on their speakers, allowing them to transform their smartphone into a in-vehicle stereo. The next wave of IVI applications will rely heavily on three wireless technologies – Bluetooth, Wi-Fi, and Near Field Communication– built on one combination radio chip. And as the market continues to evolve, OEMs will need in-vehicle to leverage traditional Wi-Fi rolling hot spots to offer vehicle-to-vehicle communications such as traffic management, incident avoidance, and social networking.


refer to: http://embedded-computing.com/articles/wireless-accelerate-next-wave-in-vehicle-innovation/

2013年5月13日 星期一

Checking things from a embedded perspective

Industrial PC, Console server, networking appliance


These are huge numbers and embedded computer within such a large population insider risk is a real threat. A provider needs to provision its services with proper governance to prevent insider threats. Broad network access is one of the most interesting characteristics from a embedded computer perspective, as so much of the embedded computer is focused on rigid, tightly controlled networks such as service-specific portions of NIPRNet and SIPRNet rather than on open network access like the Internet at the other extreme. The key is for services to be available across the entire embedded computer  and this is largely possible today. The problem is as soon as access is broadened, it increases the attack surface, making the idea of a perimeter and a boundary much more nebulous.”

refer to : http://mil-embedded.com/articles/cloud-security-the-dod/

2013年5月7日 星期二

Rackmount platform which can be installed in the 19” rack


ANR-IB751N1/A/B
 networking appliances. ANR-IB751N1/A/B networking appliances are the latest in scalable Intel 3rd generation Core i7/i5/i3 processors (formerly code-named Ivy Bridge).

Embedded Systems,  in vehicle pc, Panel PC

 ANR-IB75N1/A/B is a rackmount platform (440x372x44mm) which can be installed in the 19” rack. It can carry a 3rd generation Intel Core i i3, i5, i7, or Pentium processors to deliver higher efficiency, increased processing throughput, and improved performance on applications. ANR-IB75N1/A/B also comes equipped with a maximum 16GB DDR3 memory and optional 2 or 4 x SFP and 8 x LAN ports. System Integrators can select different configurations for their network appliances. It offers the best P/P ratio in applications like the UTM, IDS/IPS, VPN, Firewall, Anti-Virus, Anti-Spam, RSA gateway, QoS, streaming.

2013年4月29日 星期一

We introduce you a pleasant embedded platform


State of the industry
Wide adoption of several of these key standards has resulted in commercially viable COTS building blocks – hardware and software – that address various functional layers in a network-ready system quickly and cost effectively (Figure 1). This embedded approach is being broadly employed by various industry players, and such platforms have been successfully embedded in networks worldwide. A few critical challenges, however, still remain:

2013年4月16日 星期二

Clouding your mind inception


Industrial pc, Console server, networking appliance



Pentek (www.pentek.com) signal processing products have found embedded computer homes in U.S. Navy Signals Intelligence (SIGINT) systems. Pentek products score high with the Navy acquisition system: reducing development time, and acquisition and maintenance costs. The open architecture standards used in these embedded computer enable easier new technology insertion so that the latest technology is available to key Navy programs.
CES – Creative Electronic Systems (www.ces.ch) develops scalable systems, using COTS principles, with modular functional units. These modules are widely used in commercial, military, and unmanned aerial vehicles for test, simulation, airborne mission, and primary flight computer systems.


refer to: http://vita-technologies.com/articles/embedded-trends-high-flying-design-wins/

2013年4月1日 星期一

Experimental static analysis for embedded system

Industrial pc, Console server, networking appliance
About Embedded System:

Continuous Integration-Time (CI) static analysis
After running integration-time static analysis, software engineers should have a stronger sense of potential systemic problems in the code. The next step is to run CI static analysis to enforce the coding policy outlined in the planning phase. This prevents the types of defects discovered during integration-time analysis.
For every issue discovered in static analysis, there are at least 10 more of the exact same thing in other places in the code. Static analysis is the ideal tool for addressing all violations of the same kind at the same time. This is opposed to chasing every possible path through the code. It’s far better to find the systemic problems in order to create an environment in which bugs cannot survive.
When we talk about static analysis, in many cases we mean anti-pattern analysis. A positive pattern is something that should be in the code. For example, a policy that requires engineers to use a typedef when declaring function pointers is a positive pattern static analysis rule[1]. This is in contrast to a policy that, for example, prohibits the use of the data() member function from a string class when interfacing with the standard C library.
refer to: http://embedded-computing.com/articles/getting-leveraging-right-static-analysis/