]> rtime.felk.cvut.cz Git - can-eth-gw.git/log
can-eth-gw.git
11 years agoswitch to rtmsg, cegw --flush implemented
Radek Matejka [Sat, 28 Jul 2012 17:54:01 +0000 (19:54 +0200)]
switch to rtmsg, cegw --flush implemented

11 years agocegw refactor
Radek Matejka [Thu, 26 Jul 2012 16:10:45 +0000 (18:10 +0200)]
cegw refactor

11 years agoset udp listening address
Radek Matejka [Wed, 25 Jul 2012 17:16:50 +0000 (19:16 +0200)]
set udp listening address

11 years agokernel/canethgw accepts configuration over netlink
Radek Matejka [Tue, 24 Jul 2012 15:40:11 +0000 (17:40 +0200)]
kernel/canethgw accepts configuration over netlink

The module accepts routing commands from cegw using netlink.
It builds RCU hlist of routing rules and performs routing on
received packets on both CAN and UDP.

11 years agoswitch to new config utility cegw
Radek Matejka [Fri, 20 Jul 2012 15:32:55 +0000 (17:32 +0200)]
switch to new config utility cegw

11 years agobasic netlink connection added
Radek Matejka [Thu, 19 Jul 2012 16:41:42 +0000 (18:41 +0200)]
basic netlink connection added

The cangw program was modified (renamed to cangwcfg) to
send rtnetlink information to canethgw. Canethgw registers
netlink callback and prints received port and udp settings.

11 years agocanethgw (kernel space) first commit
Radek Matejka [Thu, 19 Jul 2012 09:45:14 +0000 (11:45 +0200)]
canethgw (kernel space) first commit

Routes all from can to udp and vice versa. Listens
on udp port 10501, sends to 10502.

11 years agodoc: solution chapter added
Radek Matejka [Thu, 12 Jul 2012 09:04:57 +0000 (11:04 +0200)]
doc: solution chapter added

11 years agonew features added
Radek Matejka [Wed, 11 Jul 2012 15:36:49 +0000 (17:36 +0200)]
new features added

filter, signal SIGINT exit, getopt

11 years agoAdd initial version of documentation
Michal Sojka [Wed, 11 Jul 2012 12:29:37 +0000 (14:29 +0200)]
Add initial version of documentation

Currently, it contains only a brief assignment.

11 years agoUser-space gw
Radek Matejka [Tue, 10 Jul 2012 16:05:27 +0000 (18:05 +0200)]
User-space gw

First commit.