简体   繁体   English

使用android的通信项目

[英]communication project using android

i'm doin my project in 8th sem telecomm engineering, and i'm plannin to create a DUPLEX(not confident whether it'd be full or half) communication app using bluetooth and wifi as channels,something more advanced than a simple walkie talkie, and i was wondering if this is possible for a one man army??? 我正在做第8学期电信工程中的项目,并且我正计划创建一个使用蓝牙和wifi作为频道的DUPLEX(不确定是完整还是一半)通信应用程序,比简单的对讲机还先进,我想知道这对于一个单兵来说是否可行??? also i was wondering if it is possible to do so with android versions 2.2 and above... can i just program the bluetooth settings in app in such a way, that, it doesn't pop up for user permission to accept a voice message from the calling party?? 我也想知道是否可以使用Android 2.2及更高版本进行操作...我可以在应用程序中以这种方式对蓝牙设置进行编程吗,即不会弹出用户许可以接受语音消息来自主叫方? and is there a possibility for creating multiple channels(one for Forward Voice Channel and one for Reverse Voice Channel) using bluetooth or wifi?? 并且有可能使用蓝牙或wifi创建多个通道(一个用于正向语音通道,一个用于反向语音通道)? here's a list of few knowledge i possess: 这是我所拥有的一些知识的列表:

JAVA: basics, done some gui in desktops, know some imp classes,only SE6... WIRELESS COMMUNICATION: learning it this semester, stuff like how base station accepts incoming mobile station request and redirects it to dest, mostly 1g in our portions... OPERATING SYSTEMS: general, looking forward to learning android and linux os... C,C++,DSP,and SOME ELECTRONICS... JAVA:基础知识,在桌面上做过一些GUI操作,只了解一些imp类,只有SE6 ... ..操作系统:一般,期待学习android和linux操作系统... C,C ++,DSP和某些电子产品...

oh, and iwoul like to implement these well within 7 months duration... 哦,我想在7个月内很好地实施这些措施...

people please ENLIGTHEN me with your wisdom and references to useful websites ASAP... 人们请尽快用您的智慧和对有用网站的引用来帮助我...

my THANKS AND WISHES to thee...:) 我对你的感谢和祝福... :)

The first big problem i see is that on using wifi for this, and as i understood it is some sort of (advanced) walkie-talkie app with no rooter inbetween the communicating phones, you have to implement adhoc-wlan on your android device, which is not supported by android, so you will need a rooted device for that, and the implementation of adhoc-wlan on android is definitve possible (have a look at this code: http://code.google.com/p/android-wifi-tether/ ) but nothing easy (i have done it myself for an university project). 我看到的第一个大问题是为此使用wifi,据我了解,这是某种(高级)对讲机应用程序,在通讯电话之间没有rooter,您必须在android设备上实现adhoc-wlan, android不支持此功能,因此您需要一个有根设备,并且可以在android上实现adhoc-wlan的定义(请查看以下代码: http : //code.google.com/p/android -wifi-tether / ),但非易事(我自己已经完成了大学项目)。

And you asked if you can avoid the permission pop-up for an incoming message, but on an android phone activating your bluetooth or pairing it with an other device will always ask for permission from the user. 您询问是否可以避免传入消息的权限弹出窗口,但在Android手机上激活您的蓝牙或将其与其他设备配对将始终向用户征求许可。

I cant help about the multiple channels you were asking for. 对于您想要的多种渠道,我无能为力。

As Answer to your big Question: "is it possible for a one man army?" 作为对您的大问题的回答:“一支单兵可能吗?” i would say generelly yes, but it depends on how much other stuff you have to do. 我会慷慨地说是的,但这取决于您必须执行多少其他工作。 Since you were writing this is an project for university, i dont know if this is your only project and you can invest a lot of time in it. 由于您正在编写这是一个大学项目,所以我不知道这是否是您唯一的项目,您可以在其中投入大量时间。 If so i guess it is possible, but it will be an quite big project and you should be willing to work yourself relativly deep into networking stuff. 如果是这样,我想这是可能的,但这将是一个很大的项目,您应该愿意相对地深入网络工作。

On google.Code you can find some projects similar (at least the wifi part) to what you think about to do, take a look at them... 在google.code上,您可以找到一些与您想做的项目相似的项目(至少是wifi部分),看看它们...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM