MC68VZ328的智能家庭网关的解决方案
…
if(SYN_IN && port_right)tcp_send_SYN_ACK 0;
else if(SYN_IN && port_num_wrong)tcp_send_RST_ACK 0;
else if(ACK_IN && port_num_right && have_data)http_process (tcp_ACK);
else if(FIN_IN && port_num_right && have_data)http_process (tcp_FIN);
else if(FIN_IN && port_num_right && no_data)tcp_send_FIN 0;
else
…
4 总结
该解决方案中只实现了家庭网关的网络控制功能,在下一步中将逐渐加入使用电话对家庭网关的控制功能。这样就使人们在不能上网的情况下只需要使用电话,就能通过智能家庭网关实现人们只有在网上才能实现的功能。
Tags:
作者:佚名评论内容只代表网友观点,与本站立场无关!
评论摘要(共 0 条,得分 0 分,平均 0 分)
查看完整评论