MSR Software Radio Academic Kit announcement
-
Link
For more information, please find in ACM SIGCOMM 2012 Web site.
http://conferences.sigcomm.org/sigcomm/2012/#/sigcomm/2012/sora.php
The number of attendees are limited. Please register ASAP! -
Link
We are pleased to announce the new release of Sora SDK ver 1.6 - the best Sora software we have released so far!
You can download it from MSR Web site: http://research.microsoft.com/en-us/downloads/ca9a93a1-2a38-4e3d-b87c-b7e8ddc46eae
Sora SDK ver 1.6 newly introduces following prominent features:
- New UMX API. Sora SDK ver 1.6 introduces a new set of UMX
API that is more flexible, secure and has better performance. - UMX Reflection. Sora SDK ver 1.6 now supports a new reflection mechanism that allows the
programmer easily integrates the user-mode software radio modem into the
Windows network stack. - Brick library. One most prominent feature in Sora SDK ver 1.6 is the Brick library. Brick is a
modular programming library for high-performance digital signal processing. It is easy to program,
flexible and highly extensible. - UMXSDRab utility. UMXSDRab is a powerful SDR 802.11 modem
based on UMX reflection. It supports both client mode and adhoc mode. So it can
easily connect to a commercial 802.11 AP or device. UMXSDRab has an easy-to-use
interactive interface to configure and monitor the status of SDR modem
application. - DbgPlot tool. DbgPlot is a versatile tool that allows a
program to dynamically generate various graphics in real-time. It is a very
useful tool for real-time monitoring or debugging DSP programs.
For updated Sora manual, please find at http://research.microsoft.com/apps/pubs/default.aspx?id=160799
The Brick Specification can be found at http://research.microsoft.com/apps/pubs/?id=160800
The DbgPlot manual can be found at http://research.microsoft.com/apps/pubs/default.aspx?id=160801
Thank you and enjoy,
Sora core team
MSR Aisa
- New UMX API. Sora SDK ver 1.6 introduces a new set of UMX
-
Link
Hi,
It takes quite some time for the team to edit a full document for the Sora platform.
And now, here it comes. The latest Sora Manual contains the latest information of the Sora platform, including the basic usage, tools, programming samples and references of APIs.
We hope it will give you a handy reference to understand Sora better and help you get hands on it.
We'd say the manual may still contain many mistakes and miss some information. So if you have any questions or suggestions, please let us know.
You can download the manual here at http://research.microsoft.com/apps/pubs/?id=144847
Thanks,
The Sora Core Team
-
Link
Dut tool or dot11config can capture a snapshot of the wireless channel and store the raw I/Q samples into a file located at c:\. The post explains the format of the dump file.
The dump file is basically a binary file that contains an array of RX descriptors. A RX descriptor (RX_DESC) is defined as follows:
typedef union ___RX_DESC
{
#pragma warning(disable: 4200 4214 4201)
struct
{
union{
struct
{
UCHAR __IsValid : 1;
UCHAR __IsScanned : 1;
UCHAR __Reserved : 6;
};
UCHAR __Flags;
} u;UCHAR __Reserved2;
USHORT __DataSize;
UCHAR __Reserved3[12];
UCHAR __bData[0];
};
COMPLEX16 Samples[SORA_RX_SIGNAL_UNIT_COMPLEX16_NUM];
COMPLEX8 SmallSamples[SORA_RX_SIGNAL_UNIT_COMPLEX8_NUM];
#pragma warning(default: 4200 4214 4201)
}RX_DESC, *PRX_DESC;The signal block is of 128 Bytes, with a header (RX_DESC) and 28 complex samples (COMPLEX16).
For detailed information of signal blocks, please refore _rx_manager.h.
-
Link
Hello and welcome to the MSR Software Radio Academic Kit forum!
MSR Software Radio Academic Kit forum provides you an opportunity to join a community of MSR Software Radio Academic Kit customers where you can share knowledge, get questions answered, and learn from others. Start by posting software radio related questions in the forum and leverage the knowledge available in your new forum community.
If you have any suggestions or feedbacks to MSR Software Radio Academic Kit, please feel free to post in our forums.
You can also visit http://research.microsoft.com/en-us/projects/sora/ for lastest news, release and document of MSR Software Radio Academic Kit.
-
Discussion0VotesWindows Backup
Is there a way to password protect Windows Backup for Windows 2012 Server? How would it work if I needed to restore the whole server? -
Unanswered0VotesSQL Server 2012 Express
Does SQL Server 2012 Express work with Windows Server 2012 Essentials? Has anyone tested this? Thank you -
Unanswered0VotesSCCM 2012 Installation
when i try to install sccm2012 i get this messege.why? The Windows Preinstallation Environment component of the Assessment and Deployment Kit (ADK) is required and must be ... -
Answered0VotesHow to use th file?D:\SoraSDK1.8\src\Samples\AppExt\umx_sample.cpp
I know that it's a sample SDR application using Sora User Mode Extension. But how to use this file? Does it generate a .exe file? I should use the exe file in the command ... -
Answered0VotesDoes this bulid successfully?
As the picture see, I don't think that it's successful. So what's the problem? -
Proposed0VotesWhy skip_cp=8?
Hi, SoraSDK 1.8. I observe in bb\brick11\src\Channel_11a.hpp and bb\brick11\src\PHY_11a.hpp, the skip_cp value is set to 8. From the context, 8 means the number of the ... -
Answered0VotesSet MAC address for HWTest driver
How can you manually set the mac address on HWTest driver. On SoftMAC you edit sdr.inf and set the MAC Address. I tried editing the NetworkAddress key on the registry but it seems that HWTest driver ... -
Proposed0VotesA question about the estimation of the frequency offset
These days we are working on the frequency offset based on the short training symbols which is composed of 16 complexes. But we find that the estimation of the frequency offset here in the ... -
Answered0VotesWhy complex 8 for TmodSink?
Hi, First, a bug report. In Tsine brick(sorasdk1.8\inc\sdl), the complex wave is generated by lut with 15bit amplitude and normalized with amplitude NORM_ONE=20000. In TmodSink, the ... -
Answered0VotesCode about umx sdr brick
Hi, I'm reading about the brick implementation code of umxsdr in sora sdk 1.8. Some details confuse me, dose anyone know the following questions? 1. ... -
Proposed0Votesuse IntFiltrCmd cause an error:0x0000007B
Hi,when i use use IntFiltrCmd,cause an blue screen error:0x0000007B. help me ,tks! My computer cpu :intel ... -
Proposed0VotesAGC and Coarse offset tuning
Hi all, The critical problems of SORA is not support mobility environments. Because SORA does not include intra packet AGC and coarse timing/freq ... -
Unanswered0VotesSoraURadioTransferEx
Hi, Sometimes in one of the SoRa boxes, I see that SoraURadioTransferEx returns a wrong TxID and as a result I get: SoraURadioTx hr: [0x800a6003] ... -
Answered0Votessome question about ack
In my experiment ,I use two sora stations,just marked as A and B. A sends 100 frames to B, and A waits for ACK without time limitation. RESULT:B receives 100 frames ,A receives 100 ... -
Answered0VotesWhat does the following mean?
I noticed that in the SoraSDK1.8, in the file of mac.cpp (umxsdrbrick), there is a sentence as below: What do you mean by"The hardware took ... -
Answered0VotesAbout ACK timer
你好! 感觉问题难于用英语描述,还是用母# ... -
Answered0VotesWhere can I download sora sdk 1.6?
As the title... -
Answered0VotesMultiple RAB board
Hi all, Can we attach multiple RAB board on a single SORA RCB board? SORA RCB board has two ports for RAB connection. Can we use ... -
Answered0VotesWhere can I find the sora manual v1.8?
As the title says. -
Answered0VotesAbout the umxsdr
Hello! We have two PC with sora station, and we do some tests on the umxsdr.exe. We find that the MAC Address of the two sora station changes not often but ... - Items 1 to 20 of 248 Next ›
