IPv6 router
-
- XCore Addict
- Posts: 207
- Joined: Thu Dec 10, 2009 11:00 pm
- Location: Mexico
IPv6 router
I have particular interest to implement IPv6 router, but current development boards offer do not allows me to do this - I expect that I will need at least a board with 2 Ethernet ports and one-two-three G4 cores.
-
- XCore Legend
- Posts: 1274
- Joined: Thu Dec 10, 2009 10:20 pm
Can you expand why those are the requirements?
I get the two ethernet ports bit but why so many G4s?
Could you not use the XC-3 https://www.xmos.com/products/developme ... d-tile-kit ?
I get the two ethernet ports bit but why so many G4s?
Could you not use the XC-3 https://www.xmos.com/products/developme ... d-tile-kit ?
-
- XCore Addict
- Posts: 207
- Joined: Thu Dec 10, 2009 11:00 pm
- Location: Mexico
I would like to use a web based UI to configure the router, and on 1 G4 chip where is no much space left in this case.
You are right, I could consider XC-3 to make a router, but without web based interface.
You are right, I could consider XC-3 to make a router, but without web based interface.
-
- XCore Legend
- Posts: 1274
- Joined: Thu Dec 10, 2009 10:20 pm
Do you mean space as in memory?
-
- Respected Member
- Posts: 363
- Joined: Thu Dec 10, 2009 10:17 pm
One core is enough to run a webserver with the uIP stack
-
- XCore Addict
- Posts: 207
- Joined: Thu Dec 10, 2009 11:00 pm
- Location: Mexico
@Folknology: yes
@Berni: great news! I still have lwIP based stack, but already migrating to new uIP
@Berni: great news! I still have lwIP based stack, but already migrating to new uIP
-
- XCore Legend
- Posts: 1274
- Joined: Thu Dec 10, 2009 10:20 pm
How much memory do you need?
-
- XCore Addict
- Posts: 207
- Joined: Thu Dec 10, 2009 11:00 pm
- Location: Mexico
good question. it's to be defined as I would like to include ayiya support.
-
- Respected Member
- Posts: 279
- Joined: Fri Dec 11, 2009 1:34 pm
Doesn't routing need quite a large amount of memory (MBs) for tables, buffers etc? You could use external SRAM to selectively store such things.
-
- XCore Addict
- Posts: 207
- Joined: Thu Dec 10, 2009 11:00 pm
- Location: Mexico
yes, that would be define as soon as I get something compiling ;)