[pskmail] RES: Re: RES: RES: Re: RES: RES: Re: RES: Re: Fast modes andpskmail

  • From: marcelo barbosa <marcelodesbravador_n10@xxxxxxxxxxx>
  • To: "pskmail@xxxxxxxxxxxxx" <pskmail@xxxxxxxxxxxxx>
  • Date: Mon, 16 Apr 2018 00:51:20 +0000

Thanks, John
________________________________________
De: pskmail-bounce@xxxxxxxxxxxxx [pskmail-bounce@xxxxxxxxxxxxx] em nome de John 
Douyere [vk2eta@xxxxxxxxx]
Enviado: sábado, 14 de abril de 2018 19:19
Para: Unname
Assunto: [pskmail] Re: RES: RES: Re: RES: RES: Re: RES: Re: Fast modes 
andpskmail

Hello Marcelo,

No not at this time.

But a text file can be copied and pasted in the email body.

73, John (VK2ETA)

On Sat, 14 Apr 2018 09:46 marcelo barbosa, 
<marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx>> 
wrote:
John good evening is it possible to attach a file in an email to send in 
andpskmail?
________________________________________
De: pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx
[pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx>] em nome de 
marcelo barbosa 
[marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx>]
Enviado: quarta-feira, 19 de julho de 2017 12:53
Para: pskmail@xxxxxxxxxxxxx<mailto:pskmail@xxxxxxxxxxxxx>
Assunto: [pskmail] RES: Re: RES: RES: Re: RES: Re: Fast modes andpskmail

Thanks John.
________________________________________
De: pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx
[pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx>] em nome de 
John Douyere [vk2eta@xxxxxxxxx<mailto:vk2eta@xxxxxxxxx>]
Enviado: quarta-feira, 19 de julho de 2017 08:37
Para: Unname
Assunto: [pskmail] Re: RES: RES: Re: RES: Re: Fast modes andpskmail

Hello Marcelo,

I now use Android Studio. As AndPskmail is written in Java code only, it should 
be simple to create a project and restore the source files.

Below is my cradle.build file if that can help:

apply plugin: 'com.android.application'

android {
    compileSdkVersion 25
    buildToolsVersion "25.0.2"
    defaultConfig {
        applicationId "com.AndPskmail"
        minSdkVersion 9
        targetSdkVersion 25
        compileOptions {
            sourceCompatibility JavaVersion.VERSION_1_5
            targetCompatibility JavaVersion.VERSION_1_5
        }
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 
'proguard-rules.txt'
        }
    }
    productFlavors {
    }
}

dependencies {
    compile files('libs/acra-4.2.3.jar')
    compile 'com.android.support:appcompat-v7:25.2.0'
}




On 19 July 2017 at 21:22, marcelo barbosa 
<marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx>>>
 wrote:
Hi John, do you use android studio or eclipse to compile andpskmail?
________________________________________
De: 
pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx><mailto:pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx>>
 
[pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx><mailto:pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx>>]
 em nome de marcelo barbosa 
[marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx>>]
Enviado: terça-feira, 4 de julho de 2017 08:52
Para: 
pskmail@xxxxxxxxxxxxx<mailto:pskmail@xxxxxxxxxxxxx><mailto:pskmail@xxxxxxxxxxxxx<mailto:pskmail@xxxxxxxxxxxxx>>
Assunto: [pskmail] RES: Re: RES: Re: Fast modes andpskmail

Hello John, first I would like to thank you for the help, I would like to test 
an andpskmail with psk1000, with regard to upload and download I can list and 
download files from the server through commands in the terminal, but to upload 
the android client to the server I still do not find a way to do it, I use 
android 4.2 jelly bean so I think it would be easier to do than for kitkat, I 
do not understand anything about "perl" which is how the server is written, but 
looking at the code did not find it difficult , I even made modifications to 
the server commands for other commands that are not in the original, so I 
thought the upload option would be interesting if I needed to pass a file such 
as a photo or any other file to the server just like pskmail does For computer, 
could have its own screen in andpskmail to upload and download files or only 
commands in the terminal would already be very interesting, once again I thank 
you for your effort and Of all involved in this project, are to be 
congratulated.
________________________________________
De: 
pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx><mailto:pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx>>
 
[pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx><mailto:pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx>>]
 em nome de John Douyere 
[vk2eta@xxxxxxxxx<mailto:vk2eta@xxxxxxxxx><mailto:vk2eta@xxxxxxxxx<mailto:vk2eta@xxxxxxxxx>>]
Enviado: terça-feira, 4 de julho de 2017 00:44
Para: Unname
Assunto: [pskmail] Re: RES: Re: Fast modes andpskmail

Hello Marcelo,

I looked at the server code and it has PSK1000 and some multi-carrier PSK modes 
too.

I don't have a working version of the multi-carrier modes for the PSK modem in 
Android Java but I think I have some code for that somewhere.

But I can make a modified version of AndPskmail with PSK1000 and I will send it 
to you when it is ready. Give me two or three weeks as I don’t have much time 
to work on this at the moment.

If I can find the code for the multi-carrier modes listed in the 2.4 server I 
will include them too.


The Android app does not have the file upload facility. Let me see what I can 
do as Android has tightened the access to memory cards since version 4.4 
(Kitkat).

Do you need the capability to do file upload AND list/download, or just upload?

All the best,

73, John (VK2ETA)

On 4 July 2017 at 04:02, marcelo barbosa 
<marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx>><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx>>>>
 wrote:
Hello John, I'm using the 2.1 server for testing, its code lines indicate that 
it's possible to use psk1000, I've also tested with andflmsg and with an 
android blu studio 5.5 phone with 4x1.2ghz processor configuration and a good 
Memory I did not have problems decoding bpsk 2x1000, so I thought it would be 
possible psk1000 in andpskmail, I have another question about andpskmail, the 
manual says it is possible to upload files to the server just as it is done 
with pskmail, which command In the terminal is it used to upload files? Is 
attaching the file to an email or is there a command to upload andpskmail files 
directly to the server?
________________________________________
De: 
pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx><mailto:pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx>><mailto:pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx><mailto:pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx>>>
 
[pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx><mailto:pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx>><mailto:pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx><mailto:pskmail-bounce@xxxxxxxxxxxxx<mailto:pskmail-bounce@xxxxxxxxxxxxx>>>]
 em nome de John Douyere 
[vk2eta@xxxxxxxxx<mailto:vk2eta@xxxxxxxxx><mailto:vk2eta@xxxxxxxxx<mailto:vk2eta@xxxxxxxxx>><mailto:vk2eta@xxxxxxxxx<mailto:vk2eta@xxxxxxxxx><mailto:vk2eta@xxxxxxxxx<mailto:vk2eta@xxxxxxxxx>>>]
Enviado: domingo, 2 de julho de 2017 22:32
Para: Unname
Assunto: [pskmail] Re: Fast modes andpskmail

Hello Marcelo,

The translation looks good.

For new modes to be added, both the client and server need to be modified.

I tested some other applications with fast modes like (AndFlmsg) and noticed 
that modes above psk500 (or psk500R) do not decode well. I suspect it is a 
problem of sound system inside my test Android devices.

So for faster data speed on Android I believe that multi-carrier psk modes are 
the solution (like 2x or 3xPSK500).

Unfortunately at this stage only the "standard" psk and pskr modes are 
available in Android and server. No multicarrier modes have been implemented.

The tests I did with psk1000 were on laptop PCs, not on Android.

Let me have a look at the Android code and see what can be done.

All the best,

73, John (VK2ETA)



On 30 Jun 2017 07:51, "marcelo barbosa" 
<marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx>><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx>>><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx>><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx><mailto:marcelodesbravador_n10@xxxxxxxxxxx<mailto:marcelodesbravador_n10@xxxxxxxxxxx>>>>>
 wrote:
Good night, I'm Brazilian and I'm using the translator, I hope you understand, 
I was looking at the list and realized that tests were done with a client and a 
server with faster modes, for example psk1000, I wonder if there is an 
andpskmail client ( Android) with modes above psk500 and if there is where I 
can download?



Other related posts:

  • » [pskmail] RES: Re: RES: RES: Re: RES: RES: Re: RES: Re: Fast modes andpskmail - marcelo barbosa