Hello Michael!
On Jun 12, 2014, at 10:45 AM,
dor...@mail.gvsu.edu wrote:
> First I'd like to say great job on implementing the a version of CoAP. I'd like to get this to run for my embedded evnironment. I'm using a pic32 microcontroller and mplab as my IDE. I am not on a linux machine and have had issues getting the code to compile.
>
> First of all, will this work and compile in my environment?
I can't think of a reason why not. I've gotten it to work on AVR and ARM based microcontrollers. Getting it to work on a Pic32 shouldn't be terribly difficult.
> Second have you had any experience porting this to a microchip pic32?
No, I haven't, just ARM and AVR.
What operating system and IP stack are you using? If you are using Contiki and uIP, then you simply need to add a platform for your hardware (The seedeye platform is probably a good starting point since it is based on the Pic32). SMCP runs great with Contiki.
What sort of compiler errors are you getting?
-- Robert