BeeMobile4.net

From the monthly archives: April 2014

We are pleased to present below all posts archived in 'April 2014'. If you still can't find what you are looking for, try using the search box.

Paolo Patierno's avatar

GnatMQ in the Cloud : an MQTT broker on Microsoft Azure


In this post, we'll see how easy it is to execute GnatMQ, the MQTT broker for .NET Framework, in the Cloud using the Microsoft Azure platform. The execution of the broker can be started through a Worker Role that is one of the "Cloud Services" offered by Microsoft. Create the Cloud Service In the "Server Explorer", click with the right button on "Windows Azure" and "Connect to Windows Azure ..." and execute login using our Azure credentials(the ones we use in the online management portal). The "Server Explorer" refreshes and displays all the "Windows Azure" services currently active with our account (Cloud Services for web role and worker role, Service Bus with its namespaces, Virtual Machines and so on). Since our goal is to execute the GnatMQ broker in a worker role, we need to create a new "Cloud Services", right-clicking on it and selecting "Create Cloud Service ...". Select the subscription you want to associate the new service, the name and the region where it will be executed. The creation o ...

Read the rest of entry »

David Jones's avatar

Announcing CECompactTools


This project is a spin-off from Compact13Tools. Besides the name and URL changes, the Managed Code tools are built directly with OS as Managed Code Subprojects.

Read the rest of entry »

David Jones's avatar

CESerialTerm Update: Bug fix and added feature .. Need some testers


One bug fix and one new feature.

Read the rest of entry »

David Jones's avatar

Compact13Tools - V5.2 Some further updates


Version 5.0 has been further updated to version 5.2.

This fixes some issues in version 5.0, 5.1 and 5.11

Read the rest of entry »

Paolo Patierno's avatar

M2Mqtt : release 3.3.0.0 for MQTT client on .Net platform


Development of M2Mqtt library continues .... now reached the version 3.3.0.0 ! This time the new features are related to two requests from people who are using it. First, I added more overloads for Connect() method, because from when I removed the default parameters (for compatibility with older versions of the .Net Framework) I left the more complex constructor that requires all parameters. Many people, not knowing well the MQTT protocol, found themselves in difficulty in deciding what values ​​to pass to lesser known parameters (will message, clean session, ...). A further new feature concerns the client disconnected event (from the MQTT broker) that was requested on the official CodePlex web site. The MqttClient class exposes MqttMsgDisconnected event that is raised when a condition of connection failure with the broker is detected and typically in two cases : when there isn’t network traffic, when client sends the PINGREQ message (relative to the keep-alive) it doesn’t receive ...

Read the rest of entry »

Paolo Patierno's avatar

Raspberry Pi and Windows Azure Service Bus via AMQP with Qpid Proton C library


In the course of this tutorial we will see how it is possible to use the Raspberry Pi as a AMQP (Advanced Message Queuing Protocol) client and connect it to Windows Azure Service Bus that supports the AMQP version 1.0. Obviously, the choice of the client library is almost forced : Apache Qpid Proton. This library developed in C still provides the bindings for other languages ​​including Java, Python, and PHP but in the course of the article we will use only the native version. Generally, the Raspberry Pi is used with the Raspbian (based on Debian) distribution which is a Linux distribution. This means that we can install the Qpid Proton library as we do on a normal Ubuntu distribution on a PC or on a virtual machine on Windows Azure. Connect to the Raspberry Pi All of the following operations can be performed by directly accessing the Raspberry Pi through a monitor, keyboard, and mouse connected to it or remotely through the use of SSH connection. The latter solution is certainly the most convenient, usi ...

Read the rest of entry »

David Jones's avatar

DJs Weekly Blog V1.8 - Compact13Tools V5.0 Update (Full source)


This article discusses the just released Compact13Tools Version 5.0 software architecture for Compact13Tools. This version has the full source for the Managed Code which it builds via a batch file.The software is structured as two layers. (Read on for more.) The next blog will introduce CEToolbox which directly builds to Managed Code tools as OS Source Subprojects; a topic covered in the previous three blogs. This article is essentially a slides presentation with some *comments.

Read the rest of entry »

Samuel Phung's avatar

First IoT (Internet of Things) LA Meetup at XPrize


Attended the first IoT LA meetup at XPrize office in West Los Angeles, get to know more about Xprize’s inspirational project and met energetic new friends passionate about Internet of Things.

Read the rest of entry »

Paolo Patierno's avatar

Microsoft Azure for Internet of Things


As a further confirmation that Microsoft wants to be part of the business of the Internet of Things, was released a "limited preview" of a new product on Azure: Azure Microsoft Intelligent System Service. The primary objective is to provide a single platform capable of acquiring data generated by heterogeneous systems (and thus non-Microsoft) for further processing and analyzing in real-time with tools like HDInsight. The main features will be : Connectivity : ability to connect any device regardless of onboard operating system; Configuration : definition of rules to automate processes on the device; Administration : ability to monitor, configure and update devices in the field; Extensibility : greater scalability and efficiency through infrastructure based on cloud; At the following link, it is possible to request a limited preview to which potential users will have access as a result of a questionnaire for assessing the project to ...

Read the rest of entry »

Paolo Patierno's avatar

Qpid Proton C on a Ubuntu Server 12.04 LTS in Windows Azure to use Service Bus via AMQP : creation, configuration, build and usage


  One of the protocols most commonly used in the messaging systems that can be also used for the Internet of Things is the AMQP (Advanced Message Queuing Protocol) that already is OASIS standard and now it is at version 1.0. The Service Bus offered by Windows Azure supports this protocol, that ensures communication between clients developed on different platforms. In the case of a Microsoft platform we have no problem thanks to the Windows Azure SDK (now at version 2.3) that completely abstracts the underlying communication protocol with the Service Bus (AMQP, SBMP, ...) thanks to its programming model. if we are working on a non-Microsoft system, one of the best choices is to adopt the libraries of the Apache Qpid project and in particular the Qpid Proton. This library is developed in C and it provides the bindings for other languages ​​including Java, Python, and PHP. In this tutorial, we will see how to create an Ubuntu Server 12.04 LTS virtual machine on Windows Azure, install and use the Qpid Pr ...

Read the rest of entry »

Pages: Previous12NextReturn Top

Meta

Archive

Search

Recent Comments

  1. Re: SurfPad: Index

    this is a good post that you have written you can add more about the outlook or some other technology...

    -- Configure Outlook 2016

  2. Re: Azure Sphere - Hands on!!

    Cool

    -- David Jones

  3. Re: Windows 10 IoT Core: Shutdown and Reboot the Raspberry Pi

    Bruce, I noticed that you are sending a REST web request for controlling the pi. I looked online a for...

    -- Waleed Elmandouh

  4. Re: Strange HP Laptop Keyboard Fix–It worked for me.

    Eh its happened again! Yes [Fn] and [ctrl] keys are swapped. So time to shutdown and remove the battery...

    -- David Jones

  5. Re: Win 10 IoT-Core - Raspberry Pi3 Bluetooth Driver Issue: Workaround

    Thank you for the workaround. I just tried it on my Raspberry Pi 3 running Win 10 IoT. It solved the...

    -- Paul

  6. Re: Win 10 IoT-Core - Raspberry Pi3 Bluetooth Driver Issue: Workaround

    Thank you for the workaround. I just tried it on my Raspberry Pi 3 running Win 10 IoT. It solved the...

    -- Paul

  7. Re: Win 10 IoT-Core - Raspberry Pi3 Bluetooth Driver Issue: Workaround

    When the BLE dongle is inserted it shows up on the default startup app main page as two entries: USB...

    -- David Jones

  8. Re: Win 10 IoT-Core - Raspberry Pi3 Bluetooth Driver Issue: Workaround

    The above "comment" is the Device tree on Device Portal-Devices for the Bluetooth Driver/s with the ...

    -- David Jones

  9. Re: Win 10 IoT-Core - Raspberry Pi3 Bluetooth Driver Issue: Workaround

    >HTREE\ROOT\0 >ACPI ARM-based PC >Microsoft ACPI-Compiant System ...

    -- David Jones

  10. Re: Bluetooth Low Energy on Windows 10 Creators Edition and a RPi3 issue.

    FYI: On RPI2 ========== When my USB BLE Dongle is plugged in I get two entries on the main page for the...

    -- David Jones

Turkish porno izle video site in rokettubeporno izle