Skip to content

Instantly share code, notes, and snippets.

View paulo9mv's full-sized avatar
💭
learning

Paulo Viana paulo9mv

💭
learning
View GitHub Profile
@presleyreverdito
presleyreverdito / ReuleauxProcedure.md
Last active November 18, 2021 08:42
Procedure to install Releaux on Ubuntu 16.04 or 18.04

Procedure to install Releaux on Ubuntu 16.04 or Ubuntu 18.04

I did this procedure to record my tips when installing the Reuleaux package

1- Use this link to follow the steps of the installation:

http://wiki.ros.org/reuleaux

2 - In "Installation" you need to clone this fork of reuleaux project for Ubuntu 16.04: reuleax-kinetic-devel.

@austinmarton
austinmarton / sendRawEth.c
Created February 27, 2012 08:40
Send a raw Ethernet frame in Linux
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*/
#include <arpa/inet.h>
#include <linux/if_packet.h>
#include <stdio.h>