iptable and arduino

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
sasou
 
Posts: 3
Joined: Mon Mar 10, 2014 3:16 pm

iptable and arduino

Post by sasou »

plz i ask about the possibilty of integration the iptabel in the system arduino. i do the project : developing a tool for monitoring a local network in a bandwidth .plzzz i neeed help thnk u

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: iptable and arduino

Post by adafruit_support_mike »

It can't be done directly. The iptables code is written for Unix-like operating systems, and the Arduino doesn't have an operating system.

If you want to use iptables, you'll need a full computer, like a Raspberry Pi or a Beaglebone Black.

sasou
 
Posts: 3
Joined: Mon Mar 10, 2014 3:16 pm

Re: iptable and arduino

Post by sasou »

and what about netfilter ???

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: iptable and arduino

Post by adafruit_support_mike »

If it's a program that runs in Linux, it probably won't run on an Arduino.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”