texus.me texus.me

texus.me

Texus's Blog

IEEE 802.15.4 Sniffer for OpenMote-CC2538. For my first research intership that is part of my Masters in Computer Science study I wrote a sniffer for IEEE 802.15.4 networks which is written to run on the OpenMote-CC2538. The sniffer is lossless. All packets are captured. The captured packets can be monitored real-time. In Wireshark (or can be written to a pcap file). The sniffer is cross-platform. It will work on Windows, Linux and Mac OS X. For more information, check the README in the github repository.

http://www.texus.me/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR TEXUS.ME

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 17 reviews
5 star
7
4 star
6
3 star
2
2 star
0
1 star
2

Hey there! Start your review of texus.me

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

CONTACTS AT TEXUS.ME

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Texus's Blog | texus.me Reviews
<META>
DESCRIPTION
IEEE 802.15.4 Sniffer for OpenMote-CC2538. For my first research intership that is part of my Masters in Computer Science study I wrote a sniffer for IEEE 802.15.4 networks which is written to run on the OpenMote-CC2538. The sniffer is lossless. All packets are captured. The captured packets can be monitored real-time. In Wireshark (or can be written to a pcap file). The sniffer is cross-platform. It will work on Windows, Linux and Mac OS X. For more information, check the README in the github repository.
<META>
KEYWORDS
1 projects
2 about me
3 texus's blog
4 hardware
5 features
6 and the openbase
7 intel tbb
8 cmake and gcov
9 update
10 cross platform semi transparent windows
CONTENT
Page content here
KEYWORDS ON
PAGE
projects,about me,texus's blog,hardware,features,and the openbase,intel tbb,cmake and gcov,update,cross platform semi transparent windows,cross platform custom shaped windows
SERVER
cloudflare-nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Texus's Blog | texus.me Reviews

https://texus.me

IEEE 802.15.4 Sniffer for OpenMote-CC2538. For my first research intership that is part of my Masters in Computer Science study I wrote a sniffer for IEEE 802.15.4 networks which is written to run on the OpenMote-CC2538. The sniffer is lossless. All packets are captured. The captured packets can be monitored real-time. In Wireshark (or can be written to a pcap file). The sniffer is cross-platform. It will work on Windows, Linux and Mac OS X. For more information, check the README in the github repository.

INTERNAL PAGES

texus.me texus.me
1

Cross-platform semi-transparent windows

https://texus.me/2015/06/25/cross-platform-semi-transparent-windows

In the previous post. I talked about custom shaped windows, in this post I will explain how to create semi-transparent windows in c on Windows, Linux and Mac OS X. The full code can be found in the same github repository. Each operating system will again be discussed separately as they require different code. The alpha variable used below is an unsigned char which means its value is between 0 and 255. On windows you just have to make two function calls. The SetWindowLong. Function to set the alpha value.

2

std::bind for unknown variable

https://texus.me/2015/07/09/bind-for-unknown-variable

Std: bind for unknown variable. I find the std: bind function a very cool thing, it allows storing functions with different parameters in the same list. But you can even do bind calls within bind calls so that at the moment you call the function it will first execute another function and then passing the result as parameter to the function that you call. But what if you need to bind a parameter to the function but you don’t know yet what variable should be bound? The function that we are going to call, i...

3

Using parallel_for from Intel TBB

https://texus.me/2015/11/17/intel-tbb-parallel-for

Using parallel for from Intel TBB. This post will show an example of the parallel for function from the. Library. Every part of the code is well commented to explain what it does. Below the example you will find other explanations on how to improve the code and how to avoid the bad programming practices that were used in the example to keep it simple. Include iostream #include vector. Include tbb/parallel for.h #include tbb/blocked range.h. This is the functor which Intel TBB will use inside the tbb: par...

4

Converting string to lowercase at compile time with c++14

https://texus.me/2015/07/28/string-to-lowercase-compile-time

Converting string to lowercase at compile time with c 14. The code has been completely rewritten and this post is no longer a relevant explanation. The latest code can be found in this Gist. With explanations in the comments. With the addition of the constexpr. I failed at doing this about a year ago, but now that I just updated to gcc 5.2, I decided to give it another shot. But it is not that easy to check the code with static asserts. That is why I use an std: array. The code consists of three function...

5

Projects

https://texus.me/projects

In one line: TGUI is an easy to use c cross-platform GUI for SFML. This is the project that I spend most of my time working on. I'm happy to see that there are several people who are using this library in their projects, even though I have only seen tgui in very small projects so far. TGUI website: tgui.eu. Check the source code. Or download for windows. LD30 - Planet Rescue. Check the source code. Or download for windows. Or linux (64 bit). LD33 - Maze Monster. Theme: You are the Monster. Or mac os x.

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL PAGES IN THIS WEBSITE

10

LINKS TO THIS WEBSITE

tgui.eu tgui.eu

TGUI: v0.6 Tutorials

https://tgui.eu/tutorials/v06

Not having a tutorial for it doesn’t mean that the compiler/ide isn’t supported. In theory, you should be able to use any compiler supported by cmake. In this tutorial, you will learn how to build a login screen. Part 1: Starting with tgui. Part 2: Working with widgets. Part 3: Handling simple callback. Make sure to also look at the documentation.

tgui.eu tgui.eu

TGUI: Donate

https://tgui.eu/donate

If you really like this library then feel free to donate. My yearly cost on domain names and hosting is less than 30 euros and I have no problem paying this with my own money. But if you want to help paying part of the cost, you are welcome.

tgui.eu tgui.eu

TGUI: Download

https://tgui.eu/download

Unstable development version - intended for testing. TGUI 0.7.1. Latest stable version - recommended. Precompiled windows libraries require matching libraries from SFML 2.4.1. Visual C 12 (2013) - 32bit. Visual C 12 (2013) - 64bit. Visual C 14 (2015) - 32bit. Visual C 14 (2015) - 64bit. MinGW 6.1.0 (DW2) - 32-bit. MinGW 6.1.0 (SEH) - 64-bit. MinGW 4.9.2 TDM (SJLJ) - 32-bit. TGUI 0.6.10. Previous version - lacks many features and is not recommended for new projects.

tgui.eu tgui.eu

TGUI: v0.6 example code

https://tgui.eu/example-code/v06

Click on the example code that you would like to view.

tgui.eu tgui.eu

TGUI: Texus' Graphical User Interface

https://tgui.eu/v0.7-dev

Texus' Graphical User Interface. TGUI is an easy to use cross-platform c GUI library for SFML. The gui is easy to use, with only a few lines you can e.g. have a fully functional TextBox on your screen. The widgets can be created by just using colors or by using images, making the look very customizable. TGUI will work on all platforms that SFML supports. This means that you can use it on Windows. And experimentally on Raspberry Pi.

tgui.eu tgui.eu

TGUI: Sceenshots

https://tgui.eu/screenshots

The first released version (v0.3.0). Of course the background color of the listbox didn’t fit with the Black style. By the time v0.3.4 was released, this was solved and a scrollbar and combo box were added. TGUI v0.4 also adds a Label and TextBox to this. Other new objects like the Panel and SpriteSheet objects are however not in the screenshots. Also the blue color was changed to look better. TGUI v0.4 also comes with the new BabyBlue style (which is copied from Michael Donovan’s UI Kit.

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL LINKS TO THIS WEBSITE

6

OTHER SITES

texus.fr texus.fr

TEXUS

Nid d'aigle 26400 autichamp. Nid d'aigle 26400 autichamp. Barthélémy bronze 26400 crest.

texus.info texus.info

Coming Soon... www.texus.info

Host your site with MacHighway, too. MacHighway was created by Mac users for Mac users. If you build your site on a Mac with iWeb, DreamWeaver, RapidWeaver, WordPress, or any other application you have found your new home. Web Hosting services for the Macintosh community with unbeatable customer service and support since 1997. Host your site, store or blog for as little as $2.49 a month!

texus.litcargus.lt texus.litcargus.lt

Litcargus - Titulinis

Aptarnavimo priežiūra ir kontrolė. Pakrovimo kontrolė ir orlaivio centruotė. Vidaus valymas ir išorės plovimas. Aptarnavimo priežiūra ir kontrolė. Pakrovimo kontrolė ir orlaivio centruotė. Vidaus valymas ir išorės plovimas. Div" data-cycle-fx=scrollHorz data-cycle-timeout="50000" data-cycle-slides=" div" data-cycle-pager=".index slider-pager" data-cycle-prev=".back" data-cycle-next=".next" data-cycle-log="false". Informacija 3 min. prezentacijoje.

texus.lk texus.lk

Welcome Texus

Texus Information Solutions (Pvt) Ltd. Event Management and Banquets. Welcome to Texus Information Solutions (Pvt) Ltd. We specialize in Information Technology Solutions for the Hospitality and Specialty Retail Industries. 2010 Texus Information Solutions (Pvt) Ltd.

texus.lt texus.lt

Texus - svetainių kūrimas, turinio ruošimas, svetainių projektavimas - svetainių marketingo kompanija

Div" data-cycle-pause-on-hover="true" data-cycle-carousel-visible=6 data-cycle-prev=".footer slider back" data-cycle-next=".footer slider next". Tel 8 5 204 5305. Arba el. p. info@texus.lt. Užupio g. 30, LT-01203,. Vilnius ( kaip rasti? V Putvinskio g. 50, LT-44211,. Kaunas ( kaip rasti? Žvejų g. 2, LT-91248,. Klaipėda ( kaip rasti?

texus.me texus.me

Texus's Blog

IEEE 802.15.4 Sniffer for OpenMote-CC2538. For my first research intership that is part of my Masters in Computer Science study I wrote a sniffer for IEEE 802.15.4 networks which is written to run on the OpenMote-CC2538. The sniffer is lossless. All packets are captured. The captured packets can be monitored real-time. In Wireshark (or can be written to a pcap file). The sniffer is cross-platform. It will work on Windows, Linux and Mac OS X. For more information, check the README in the github repository.

texus.net texus.net

Tauras Hotel Reservation API | Log in

texus.org texus.org

Index of /

texusa.com texusa.com

TEXUSA

texusagency.com texusagency.com

Texustex --- Texus Agency

texusbiomeds.com texusbiomeds.com

Texus - Distributes Hi-Tech medical products

Get social with us! Emergency Care and CPR Training. Texus Health Care System. Texus, one of the India's most preferred Medical Devices distributor. We represent a host of local and International suppliers. Currently we are in the process of expanding our activities to neighbuoring countries of India. We strive to bring the most technologically advanced products from the best suppliers in the world without involving middle men. Our latest news and Updates. MASCON 2012 - Basics and Beyond. Friday 5th ...