Home

Tuscarora Framework is now Open Source  

Tuscarora is a framework for developing highly scalable and portable Network Patterns (NP) and applications. The Framework serves as the narrow waist of the system, decoupling the Application Layer and the Network Patterns from the underlying radio and hardware platform, enabling portability, scalability and extensibility. Tuscarora was partly funded by DARPA.

The source has been released on GitHub at https://github.com/Samraksh/Tuscarora/. Learn More.

 

 

About Samraksh  

 

 Wireless Sensor Network Expertise We are experts in low-power, reliable wireless sensor networks (WSN) with world-class experience and deep, innovative research into the hardware, software and algorithmic issues they present. We design, manufacture and sell inexpensive high-performance, low-power, scalable and easy-to-program components and systems.

WSN-Enabling Products Besides the eMote .NOW and the BumbleBee highlighted below,  we also provide a range of other sensors and supporting items. Complete network solutions can be deployed using these components.

 

MFDeploy can be used for monitoring and debugging by displaying debug messages. In your program code include statements like

 Debug.Print("Some message of interest");

Make sure your .NOW is plugged in via USB. Using Visual Studio, deploy your solution to the device. Then open MFDeploy and choose the device. Next, connect to it by clicking Target -> Connect (or press F5):

You may need to press the Reset button on the .NOW to get the program started. Once started, you'll see messages appear in the window:

If you have two or more .NOWs connected, you can open multiple instances of MFDeploy and connect each one to a different mote.

You can only connect a .NOW to one host program at a time. This means that you can't be connected with MFDeploy and at the same time use Visual Studio to deploy a solution. In MFDeploy use Target -> Disconnect (or ctl-F5) to release the connection. Then you can deploy using Visual Studio.