Skip to content

Instantly share code, notes, and snippets.

View cwschroeder's full-sized avatar

Christian Schröder cwschroeder

  • IB SCHROEDER
  • Richard-Wagner-Str. 40, 93133 Burglengenfeld
View GitHub Profile
@cwschroeder
cwschroeder / Program.cs
Created April 18, 2013 14:39
MSK Relay ComJob example for communication and load profile readout of EMH LZQJ meter via GSM modem
namespace RelayMeterComDemo
{
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
@cwschroeder
cwschroeder / Main.cs
Created May 13, 2012 08:18
Netmf mountaineer connect problem
using System;
using Microsoft.SPOT;
namespace MFTestApp
{
using System.Net;
using System.Net.Sockets;
using System.Threading;
using MFCommonExtension.Strings;