共3条
1/1 1 跳转至页
Flex+Socket

the goodnew is I create a class for everone upload local files to server. it's so cool huuuu??
here is screen shoot.
here is source:
Download Source
Source include two csharp project, the one is server provider, another is server cons.
And source also include flex demo.
This example is very simple ,but buggy. 'Cos I am hardware designer,I didn't have so much time on my soft design.And all of this is just for fun.
.........
C# Server will listen port 8000,and waiting for client.
Any client connect to server,will be managed by clientManager. In the same time, socket will be push in List.
When flex write bytes to server.
server will get file length first.
Because I write file length use Unsighed Int:
socket.writeUnsignedInt(ul.data.length);
It spend 4 bytes space.So we must handle this in c#.
.and PLS REMEMBER:Buffer only have 8k (8192bytes).So,we must make loop for all bytes uploaded.In C#,We can easily make this by using socket.Available.
I am so glad to everyone modify it.If possible, I'm really happy to recive ur patched file.
Any question ,pls mail me: yx.shawn@gmail.com
源代码中包含C#和FLEX的例子,例子很简单,但可能也会有很多bug.希望大家如果有兴趣,或者方便的话修改后发一份给我.这是一个十分简单的 Flex socket的例子.传说中Flex的bytesArray+Socket会很强大.所以,就试了一下,还不错:-)
===================
Keywords:
Flex ByteArray Socket Csharp C# upload file
关键词: Flex+Socket
共3条
1/1 1 跳转至页
回复
有奖活动 | |
---|---|
【EEPW电子工程师创研计划】技术变现通道已开启~ | |
发原创文章 【每月瓜分千元赏金 凭实力攒钱买好礼~】 | |
【EEPW在线】E起听工程师的声音! | |
“我踩过的那些坑”主题活动——第001期 | |
高校联络员开始招募啦!有惊喜!! | |
【工程师专属福利】每天30秒,积分轻松拿!EEPW宠粉打卡计划启动! | |
送您一块开发板,2025年“我要开发板活动”又开始了! | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
【我踩过的那些坑】接线错误导致测试数据异常被打赏40分 | |
stm32f103驱动舵机被打赏20分 | |
汽车+汽车电子电阻解释与分析被打赏5分 | |
STM32F103的I2C驱动OLED动态显示被打赏30分 | |
分享汽车通信和多媒体总线结构被打赏20分 | |
【我踩过的那些坑】结构堵孔导致的喇叭无声问题被打赏50分 | |
NUCLEO-U083RC学习历程38+串口通过队列的方式输出两个字符串被打赏20分 | |
【我踩过的那些坑】分享一下调试一款AD芯片的遇到的“坑”被打赏50分 | |
电流检测模块MAX4080S被打赏10分 | |
【我踩过的那些坑】calloc和malloc错误使用导致跑飞问题排查被打赏50分 |