Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I downloaded FreeRTOS and I want to put it on a microcontroller
(ATMega32) on a PCB (I'll do it on a breadboard 1st) like this. How can I achieve this?
Thanks
According to the site, build instructions are included with the source.
Did you look through that?
There is an AVR323 demo, which is completely compatible with the AVR32 as it is the AVR32's predecessor.
http://www.freertos.org/a00098.html
http://www.freertos.org/AVR_IAR.html
Those are official ports, although rather old now. There are also lots of contributed ports in the FreeRTOS Interactive! site.
http://interactive.freertos.org/forums/103473-atmel
Regards.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to know if we can host Drupal application on AppHarbor ?
Thanks
Looking at AppHarbour it's a service for hosting .net applications and as Drupal is written in PHP out of the box you can't.
Although you could try using a php compiler for .net http://phalanger.codeplex.com/
Wordpress can be made to work on AppHarbor and Drupal might be doable too with a bit a elbow grease.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
This may not be a platform for such a question but still I'm curious to know whether i can practice visual studio coding online. Does anyone know such a website?
What i meant by practice is to write and run .net programs online. Thank You
The best I have seen is http://www.coderun.com/ide/ . Awesome.
Its not like some other websites which only allows you to run some snippet of code. Code run is like mini IDE where you can not only create project but also debug them and share the code. And that's all FREE
you can use Microsoft virtual lab
use this link
Ideone is another website that you can run your code.
Other compilers include codepad and compilr
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
What's the best network simulator for educational purpose?
I want to use it to help students learn the basic network concepts, such as LAN, WAN, IP addressing, network layers etc.
If you are looking for Network event simulator,
ns-2 is the one. You can have a look at the example programs in ns-2 directory to illustrate basic ideas.
For demonstration of Wireless LAN,Wifi, WiMax and other networks simulation, you can make use of contributed page by other researchers and educational institutions.
ns-3 is the successor to ns-2. It supports newer technologies such as IPv6, WiMAX, and LTE, and is under active development. It is also in use as courseware
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I need to add DKIM to a Postfix installation. I've found two implementations that work with Postfix. OpenDKIM, and dkim-milter dkim-milter. The former claims to be a fork of the latter.
OpenDKIM appears to be the more active project, judging from releases and mailing list activity.
Which of these implementations (or another) should I use?
At least one other user found that OpenDKIM worked better. So I would probably try that first.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I am 18 years old. I wish to become a network engineer. I don't know where I should start and what to study. I am interested in learning through the internet.
Can any one please suggest any URLs and topics/subject to be covered by a person new to networking.
is it right for a fresher to start with CCNA certification directly
Thanks!
What do you know about networks as is? What have you read on Wikipedia on the subject?
Why does this seem like a fake question?
http://en.wikipedia.org/wiki/Computer_network
http://en.wikipedia.org/wiki/Local_area_network
http://en.wikipedia.org/wiki/OSI_model
http://en.wikipedia.org/wiki/Internet_protocol_suite
Those are all fundamentals to networking. I would say make sure you understand those topics, and follow any WP links you don't know. You can use tools like VirtualBox to create a local virtual machine network to play with.